#B8C2CC

Color #B8C2CC Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B8C2CC

Tints of Spindle #B8C2CC

Color information

#B8C2CC (or 0xB8C2CC) is unknown color: approx Spindle. HEX triplet: B8, C2 and CC. RGB value is (184,194,204). Sum of RGB (Red+Green+Blue) = 184+194+204=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8C2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2CC is #473D33. Grayscale: #C0C0C0. Windows color (decimal): -4668724 or 13419192. OLE color: 13419192.

HSL color Cylindrical-coordinate representation of color #B8C2CC: hue angle of 210º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C2CC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184194204-
CMYK0.100.0500.2
HSL210º16.39%76.08%-
HSV(B)210º9.8%80%-
XYZ49.9653.1364.75-
YUV192.15134.69122.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.62%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=31.62%
G=33.33%
B=35.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841942040.100.0500.221016.3976.08
HexB8C2CCA5014d2104c
Octal27030231412502432220114
Binary101110001100001011001100101010101010011010010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C2CC; }

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

 H1.HeaderClassName
 {
   color: #B8C2CC;
 }
 .AnyTagClassName
 {
   color: #B8C2CC;
 }
</style>
background-color css

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

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

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

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

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

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