Html Css Color HEX #B9CEDF Spindle

📋 copy color: '#B9CEDF'

red 185 ◦ green 206 ◦ blue 223

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

Shades of Spindle #B9CEDF

Tints of Spindle #B9CEDF

RGB

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

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

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

R = 30.13%
G = 33.55%
B = 36.32%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9CEDF (or 0xB9CEDF) is known color: Spindle. HEX triplet: B9, CE and DF. RGB value is (185,206,223). Sum of RGB (Red+Green+Blue) = 185+206+223=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEDF is #463120. Grayscale: #C9C9C9. Windows color (decimal): -4600097 or 14667449. OLE color: 14667449.

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

Color convert

RGB 185 206 223 -
CMYK 0.17 0.08 0 0.13
HSL 206.84º 0.37% 0.8% -
HSV(B) 206.84º 0.17% 0.87% -
XYZ 55.4 59.78 78.43 -
YUV 201.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 185 206 223 0.17 0.08 0 0.13 206.84 0.37 0.8
Hex B9 CE DF 11 8 0 D CF 25 50
Octal 271 316 337 21 10 0 15 317 45 120
Binary 10111001 11001110 11011111 10001 1000 0 1101 11001111 100101 1010000

Color Harmonies of #B9CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEDF

Black with #B9CEDF

Text Example


Text Example

White with #B9CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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