Html Css Color HEX #B8C0CB Spindle

📋 copy color: '#B8C0CB'

red 184 ◦ green 192 ◦ blue 203

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

Shades of Spindle #B8C0CB

Tints of Spindle #B8C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.16%

 BLUE value IS 203 (79.69% from 255) = 35.06%

R = 31.78%
G = 33.16%
B = 35.06%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8C0CB (or 0xB8C0CB) is known color: Spindle. HEX triplet: B8, C0 and CB. RGB value is (184,192,203). Sum of RGB (Red+Green+Blue) = 184+192+203=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0CB is #473F34. Grayscale: #BEBEBE. Windows color (decimal): -4669237 or 13353144. OLE color: 13353144.

HSL color Cylindrical-coordinate representation of color #B8C0CB: hue angle of 214.74º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8C0CB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 192 203 -
CMYK 0.09 0.05 0 0.20
HSL 214.74º 0.15% 0.76% -
HSV(B) 214.74º 0.09% 0.8% -
XYZ 49.4 52.2 63.97 -
YUV 190.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 184 192 203 0.09 0.05 0 0.20 214.74 0.15 0.76
Hex B8 C0 CB 9 5 0 14 D7 F 4C
Octal 270 300 313 11 5 0 24 327 17 114
Binary 10111000 11000000 11001011 1001 101 0 10100 11010111 1111 1001100

Color Harmonies of #B8C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C0CB

Black with #B8C0CB

Text Example


Text Example

White with #B8C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C0CB; }

 p { color: rgb(184,192,203); }

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

background-color css

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

 a { background-color: rgb(184,192,203); }

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

border-color css

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

 span { border-color: rgb(184,192,203); }

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