Html Css Color HEX #B7CADD Spindle

📋 copy color: '#B7CADD'

red 183 ◦ green 202 ◦ blue 221

#B7CADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #B7CADD

Tints of Spindle #B7CADD

RGB

 RED value IS 183 (71.88% from 255) = 30.2%

 GREEN value IS 202 (79.3% from 255) = 33.33%

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 30.2%
G = 33.33%
B = 36.47%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7CADD (or 0xB7CADD) is known color: Spindle. HEX triplet: B7, CA and DD. RGB value is (183,202,221). Sum of RGB (Red+Green+Blue) = 183+202+221=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CADD is #483522. Grayscale: #C6C6C6. Windows color (decimal): -4732195 or 14535351. OLE color: 14535351.

HSL color Cylindrical-coordinate representation of color #B7CADD: hue angle of 210º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CADD is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 202 221 -
CMYK 0.17 0.09 0 0.13
HSL 210º 0.36% 0.79% -
HSV(B) 210º 0.17% 0.87% -
XYZ 53.7 57.53 76.68 -
YUV 198.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 183 202 221 0.17 0.09 0 0.13 210 0.36 0.79
Hex B7 CA DD 11 9 0 D D2 24 4F
Octal 267 312 335 21 11 0 15 322 44 117
Binary 10110111 11001010 11011101 10001 1001 0 1101 11010010 100100 1001111

Color Harmonies of #B7CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CADD

Black with #B7CADD

Text Example


Text Example

White with #B7CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CADD; }

 p { color: rgb(183,202,221); }

 H1.HeaderClassName
 {
   color: #B7CADD;
 }
 .AnyTagClassName
 {
   color: #B7CADD;
 }
</style>

background-color css

<style>
 a { background-color: #B7CADD; }

 a { background-color: rgb(183,202,221); }

 div.DivClassName
 {
   background-color: #B7CADD;
 }
 .BgClassName
 {
   background-color: #B7CADD;
 }
</style>

border-color css

<style>
 span { border-color: #B7CADD; }

 span { border-color: rgb(183,202,221); }

 td.TdClassName
 {
   border-color: #B7CADD;
 }
 .TagClassName
 {
   border-color: #B7CADD;
 }
</style>