Html Css Color HEX #B8C9DD Spindle

📋 copy color: '#B8C9DD'

red 184 ◦ green 201 ◦ blue 221

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

Shades of Spindle #B8C9DD

Tints of Spindle #B8C9DD

RGB

 RED value IS 184 (72.27% from 255) = 30.36%

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

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

R = 30.36%
G = 33.17%
B = 36.47%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8C9DD (or 0xB8C9DD) is known color: Spindle. HEX triplet: B8, C9 and DD. RGB value is (184,201,221). Sum of RGB (Red+Green+Blue) = 184+201+221=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8C9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C9DD is #473622. Grayscale: #C6C6C6. Windows color (decimal): -4666915 or 14535096. OLE color: 14535096.

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

Color convert

RGB 184 201 221 -
CMYK 0.17 0.09 0 0.13
HSL 212.43º 0.35% 0.79% -
HSV(B) 212.43º 0.17% 0.87% -
XYZ 53.7 57.18 76.61 -
YUV 198.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 184 201 221 0.17 0.09 0 0.13 212.43 0.35 0.79
Hex B8 C9 DD 11 9 0 D D4 23 4F
Octal 270 311 335 21 11 0 15 324 43 117
Binary 10111000 11001001 11011101 10001 1001 0 1101 11010100 100011 1001111

Color Harmonies of #B8C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C9DD

Black with #B8C9DD

Text Example


Text Example

White with #B8C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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