Html Css Color HEX #B9CEDB Spindle

📋 copy color: '#B9CEDB'

red 185 ◦ green 206 ◦ blue 219

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

Shades of Spindle #B9CEDB

Tints of Spindle #B9CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.77%

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

R = 30.33%
G = 33.77%
B = 35.9%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9CEDB (or 0xB9CEDB) is known color: Spindle. HEX triplet: B9, CE and DB. RGB value is (185,206,219). Sum of RGB (Red+Green+Blue) = 185+206+219=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEDB is #463124. Grayscale: #C9C9C9. Windows color (decimal): -4600101 or 14405305. OLE color: 14405305.

HSL color Cylindrical-coordinate representation of color #B9CEDB: hue angle of 202.94º 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 #B9CEDB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 206 219 -
CMYK 0.16 0.06 0 0.14
HSL 202.94º 0.32% 0.79% -
HSV(B) 202.94º 0.16% 0.86% -
XYZ 54.87 59.57 75.62 -
YUV 201.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 185 206 219 0.16 0.06 0 0.14 202.94 0.32 0.79
Hex B9 CE DB 10 6 0 E CB 20 4F
Octal 271 316 333 20 6 0 16 313 40 117
Binary 10111001 11001110 11011011 10000 110 0 1110 11001011 100000 1001111

Color Harmonies of #B9CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEDB

Black with #B9CEDB

Text Example


Text Example

White with #B9CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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