Html Css Color HEX #B9CBDE Spindle

📋 copy color: '#B9CBDE'

red 185 ◦ green 203 ◦ blue 222

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

Shades of Spindle #B9CBDE

Tints of Spindle #B9CBDE

RGB

 RED value IS 185 (72.66% from 255) = 30.33%

 GREEN value IS 203 (79.69% from 255) = 33.28%

 BLUE value IS 222 (87.11% from 255) = 36.39%

R = 30.33%
G = 33.28%
B = 36.39%

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

#B9CBDE (or 0xB9CBDE) is known color: Spindle. HEX triplet: B9, CB and DE. RGB value is (185,203,222). Sum of RGB (Red+Green+Blue) = 185+203+222=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBDE is #463421. Grayscale: #C7C7C7. Windows color (decimal): -4600866 or 14601145. OLE color: 14601145.

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

Color convert

RGB 185 203 222 -
CMYK 0.17 0.09 0 0.13
HSL 210.81º 0.36% 0.8% -
HSV(B) 210.81º 0.17% 0.87% -
XYZ 54.55 58.3 77.49 -
YUV 199.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 185 203 222 0.17 0.09 0 0.13 210.81 0.36 0.8
Hex B9 CB DE 11 9 0 D D3 24 50
Octal 271 313 336 21 11 0 15 323 44 120
Binary 10111001 11001011 11011110 10001 1001 0 1101 11010011 100100 1010000

Color Harmonies of #B9CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBDE

Black with #B9CBDE

Text Example


Text Example

White with #B9CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBDE; }

 p { color: rgb(185,203,222); }

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

background-color css

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

 a { background-color: rgb(185,203,222); }

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

border-color css

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

 span { border-color: rgb(185,203,222); }

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