Html Css Color HEX #B9CEDD Spindle

📋 copy color: '#B9CEDD'

red 185 ◦ green 206 ◦ blue 221

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

Shades of Spindle #B9CEDD

Tints of Spindle #B9CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 30.23%
G = 33.66%
B = 36.11%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9CEDD (or 0xB9CEDD) is known color: Spindle. HEX triplet: B9, CE and DD. RGB value is (185,206,221). Sum of RGB (Red+Green+Blue) = 185+206+221=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEDD is #463122. Grayscale: #C9C9C9. Windows color (decimal): -4600099 or 14536377. OLE color: 14536377.

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

Color convert

RGB 185 206 221 -
CMYK 0.16 0.07 0 0.13
HSL 205º 0.35% 0.8% -
HSV(B) 205º 0.16% 0.87% -
XYZ 55.13 59.68 77.02 -
YUV 201.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 185 206 221 0.16 0.07 0 0.13 205 0.35 0.8
Hex B9 CE DD 10 7 0 D CD 23 50
Octal 271 316 335 20 7 0 15 315 43 120
Binary 10111001 11001110 11011101 10000 111 0 1101 11001101 100011 1010000

Color Harmonies of #B9CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEDD

Black with #B9CEDD

Text Example


Text Example

White with #B9CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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