Html Css Color HEX #B8C5CE Spindle

📋 copy color: '#B8C5CE'

red 184 ◦ green 197 ◦ blue 206

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

Shades of Spindle #B8C5CE

Tints of Spindle #B8C5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 31.35%
G = 33.56%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8C5CE (or 0xB8C5CE) is known color: Spindle. HEX triplet: B8, C5 and CE. RGB value is (184,197,206). Sum of RGB (Red+Green+Blue) = 184+197+206=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8C5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C5CE is #473A31. Grayscale: #C2C2C2. Windows color (decimal): -4667954 or 13551032. OLE color: 13551032.

HSL color Cylindrical-coordinate representation of color #B8C5CE: hue angle of 204.55º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8C5CE is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 197 206 -
CMYK 0.11 0.04 0 0.19
HSL 204.55º 0.18% 0.76% -
HSV(B) 204.55º 0.11% 0.81% -
XYZ 50.87 54.58 66.25 -
YUV 194.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 184 197 206 0.11 0.04 0 0.19 204.55 0.18 0.76
Hex B8 C5 CE B 4 0 13 CD 12 4C
Octal 270 305 316 13 4 0 23 315 22 114
Binary 10111000 11000101 11001110 1011 100 0 10011 11001101 10010 1001100

Color Harmonies of #B8C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C5CE

Black with #B8C5CE

Text Example


Text Example

White with #B8C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C5CE; }

 p { color: rgb(184,197,206); }

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

background-color css

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

 a { background-color: rgb(184,197,206); }

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

border-color css

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

 span { border-color: rgb(184,197,206); }

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