Html Css Color HEX #B8C6CE Spindle

📋 copy color: '#B8C6CE'

red 184 ◦ green 198 ◦ blue 206

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

Shades of Spindle #B8C6CE

Tints of Spindle #B8C6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.67%

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

R = 31.29%
G = 33.67%
B = 35.03%

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

#B8C6CE (or 0xB8C6CE) is known color: Spindle. HEX triplet: B8, C6 and CE. RGB value is (184,198,206). Sum of RGB (Red+Green+Blue) = 184+198+206=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C6CE is #473931. Grayscale: #C2C2C2. Windows color (decimal): -4667698 or 13551288. OLE color: 13551288.

HSL color Cylindrical-coordinate representation of color #B8C6CE: hue angle of 201.82º 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 #B8C6CE is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 198 206 -
CMYK 0.11 0.04 0 0.19
HSL 201.82º 0.18% 0.76% -
HSV(B) 201.82º 0.11% 0.81% -
XYZ 51.1 55.03 66.32 -
YUV 194.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 184 198 206 0.11 0.04 0 0.19 201.82 0.18 0.76
Hex B8 C6 CE B 4 0 13 CA 12 4C
Octal 270 306 316 13 4 0 23 312 22 114
Binary 10111000 11000110 11001110 1011 100 0 10011 11001010 10010 1001100

Color Harmonies of #B8C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C6CE

Black with #B8C6CE

Text Example


Text Example

White with #B8C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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