Html Css Color HEX #B9C9DD Spindle

📋 copy color: '#B9C9DD'

red 185 ◦ green 201 ◦ blue 221

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

Shades of Spindle #B9C9DD

Tints of Spindle #B9C9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.11%

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

R = 30.48%
G = 33.11%
B = 36.41%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9C9DD (or 0xB9C9DD) is known color: Spindle. HEX triplet: B9, C9 and DD. RGB value is (185,201,221). Sum of RGB (Red+Green+Blue) = 185+201+221=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9DD is #463622. Grayscale: #C6C6C6. Windows color (decimal): -4601379 or 14535097. OLE color: 14535097.

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

Color convert

RGB 185 201 221 -
CMYK 0.16 0.09 0 0.13
HSL 213.33º 0.35% 0.8% -
HSV(B) 213.33º 0.16% 0.87% -
XYZ 53.95 57.31 76.62 -
YUV 198.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 185 201 221 0.16 0.09 0 0.13 213.33 0.35 0.8
Hex B9 C9 DD 10 9 0 D D5 23 50
Octal 271 311 335 20 11 0 15 325 43 120
Binary 10111001 11001001 11011101 10000 1001 0 1101 11010101 100011 1010000

Color Harmonies of #B9C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C9DD

Black with #B9C9DD

Text Example


Text Example

White with #B9C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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