#B3C0CC

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

Shades of Spindle #B3C0CC

Tints of Spindle #B3C0CC

Color information

#B3C0CC (or 0xB3C0CC) is unknown color: approx Spindle. HEX triplet: B3, C0 and CC. RGB value is (179,192,204). Sum of RGB (Red+Green+Blue) = 179+192+204=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0CC is #4C3F33. Grayscale: #BDBDBD. Windows color (decimal): -4996916 or 13418675. OLE color: 13418675.

HSL color Cylindrical-coordinate representation of color #B3C0CC: hue angle of 208.8º degrees, saturation: 0.2, 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 #B3C0CC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179192204-
CMYK0.120.0600.2
HSL208.8º19.69%75.1%-
HSV(B)208.8º12.25%80%-
XYZ48.3451.6464.55-
YUV189.48136.19120.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=31.13%
G=33.39%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791922040.120.0600.2208.819.6975.1
HexB3C0CCC6014d1144b
Octal26330031414602432124113
Binary101100111100000011001100110011001010011010001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0CC; }

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

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

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

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

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

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

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

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