#B3C0CB

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

Shades of Spindle #B3C0CB

Tints of Spindle #B3C0CB

Color information

#B3C0CB (or 0xB3C0CB) is unknown color: approx Spindle. HEX triplet: B3, C0 and CB. RGB value is (179,192,203). Sum of RGB (Red+Green+Blue) = 179+192+203=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0CB is #4C3F34. Grayscale: #BDBDBD. Windows color (decimal): -4996917 or 13353139. OLE color: 13353139.

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

Color convert

RGB179192203-
CMYK0.120.0500.20
HSL207.5º18.75%74.9%-
HSV(B)207.5º11.82%79.61%-
XYZ48.2251.5963.92-
YUV189.37135.69120.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 192 (75.39% from 255) = 33.45%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=31.18%
G=33.45%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791922030.120.0500.20207.518.7574.9
HexB3C0CBC5014d0134b
Octal26330031314502432023113
Binary101100111100000011001011110010101010011010000100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0CB; }

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

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

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

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

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

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

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

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