Html Css Color HEX #B9CBDB Spindle

📋 copy color: '#B9CBDB'

red 185 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B9CBDB

Tints of Spindle #B9CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 30.48%
G = 33.44%
B = 36.08%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9CBDB (or 0xB9CBDB) is known color: Spindle. HEX triplet: B9, CB and DB. RGB value is (185,203,219). Sum of RGB (Red+Green+Blue) = 185+203+219=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBDB is #463424. Grayscale: #C7C7C7. Windows color (decimal): -4600869 or 14404537. OLE color: 14404537.

HSL color Cylindrical-coordinate representation of color #B9CBDB: hue angle of 208.24º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CBDB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 203 219 -
CMYK 0.16 0.07 0 0.14
HSL 208.24º 0.32% 0.79% -
HSV(B) 208.24º 0.16% 0.86% -
XYZ 54.15 58.14 75.39 -
YUV 199.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 185 203 219 0.16 0.07 0 0.14 208.24 0.32 0.79
Hex B9 CB DB 10 7 0 E D0 20 4F
Octal 271 313 333 20 7 0 16 320 40 117
Binary 10111001 11001011 11011011 10000 111 0 1110 11010000 100000 1001111

Color Harmonies of #B9CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBDB

Black with #B9CBDB

Text Example


Text Example

White with #B9CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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