Html Css Color HEX #B9D0DF Spindle

📋 copy color: '#B9D0DF'

red 185 ◦ green 208 ◦ blue 223

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

Shades of Spindle #B9D0DF

Tints of Spindle #B9D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.77%

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 30.03%
G = 33.77%
B = 36.2%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9D0DF (or 0xB9D0DF) is known color: Spindle. HEX triplet: B9, D0 and DF. RGB value is (185,208,223). Sum of RGB (Red+Green+Blue) = 185+208+223=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0DF is #462F20. Grayscale: #CACACA. Windows color (decimal): -4599585 or 14667961. OLE color: 14667961.

HSL color Cylindrical-coordinate representation of color #B9D0DF: hue angle of 203.68º degrees, saturation: 0.37, 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 #B9D0DF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 208 223 -
CMYK 0.17 0.07 0 0.13
HSL 203.68º 0.37% 0.8% -
HSV(B) 203.68º 0.17% 0.87% -
XYZ 55.88 60.75 78.59 -
YUV 202.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 185 208 223 0.17 0.07 0 0.13 203.68 0.37 0.8
Hex B9 D0 DF 11 7 0 D CC 25 50
Octal 271 320 337 21 7 0 15 314 45 120
Binary 10111001 11010000 11011111 10001 111 0 1101 11001100 100101 1010000

Color Harmonies of #B9D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D0DF

Black with #B9D0DF

Text Example


Text Example

White with #B9D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D0DF; }

 p { color: rgb(185,208,223); }

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

background-color css

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

 a { background-color: rgb(185,208,223); }

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

border-color css

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

 span { border-color: rgb(185,208,223); }

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