Html Css Color HEX #B8C2CB Spindle

📋 copy color: '#B8C2CB'

red 184 ◦ green 194 ◦ blue 203

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

Shades of Spindle #B8C2CB

Tints of Spindle #B8C2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.39%

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

R = 31.67%
G = 33.39%
B = 34.94%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8C2CB (or 0xB8C2CB) is known color: Spindle. HEX triplet: B8, C2 and CB. RGB value is (184,194,203). Sum of RGB (Red+Green+Blue) = 184+194+203=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2CB is #473D34. Grayscale: #BFBFBF. Windows color (decimal): -4668725 or 13353656. OLE color: 13353656.

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

Color convert

RGB 184 194 203 -
CMYK 0.09 0.04 0 0.20
HSL 208.42º 0.15% 0.76% -
HSV(B) 208.42º 0.09% 0.8% -
XYZ 49.84 53.09 64.12 -
YUV 192.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 184 194 203 0.09 0.04 0 0.20 208.42 0.15 0.76
Hex B8 C2 CB 9 4 0 14 D0 F 4C
Octal 270 302 313 11 4 0 24 320 17 114
Binary 10111000 11000010 11001011 1001 100 0 10100 11010000 1111 1001100

Color Harmonies of #B8C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C2CB

Black with #B8C2CB

Text Example


Text Example

White with #B8C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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