Html Css Color HEX #B8BFCE Spindle

📋 copy color: '#B8BFCE'

red 184 ◦ green 191 ◦ blue 206

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

Shades of Spindle #B8BFCE

Tints of Spindle #B8BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 32.87%

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

R = 31.67%
G = 32.87%
B = 35.46%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8BFCE (or 0xB8BFCE) is known color: Spindle. HEX triplet: B8, BF and CE. RGB value is (184,191,206). Sum of RGB (Red+Green+Blue) = 184+191+206=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFCE is #474031. Grayscale: #BEBEBE. Windows color (decimal): -4669490 or 13549496. OLE color: 13549496.

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

Color convert

RGB 184 191 206 -
CMYK 0.11 0.07 0 0.19
HSL 220.91º 0.18% 0.76% -
HSV(B) 220.91º 0.11% 0.81% -
XYZ 49.54 51.91 65.8 -
YUV 190.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 184 191 206 0.11 0.07 0 0.19 220.91 0.18 0.76
Hex B8 BF CE B 7 0 13 DD 12 4C
Octal 270 277 316 13 7 0 23 335 22 114
Binary 10111000 10111111 11001110 1011 111 0 10011 11011101 10010 1001100

Color Harmonies of #B8BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BFCE

Black with #B8BFCE

Text Example


Text Example

White with #B8BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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