#B3CCC2

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

Shades of Jet Stream #B3CCC2

Tints of Jet Stream #B3CCC2

Color information

#B3CCC2 (or 0xB3CCC2) is unknown color: approx Jet Stream. HEX triplet: B3, CC and C2. RGB value is (179,204,194). Sum of RGB (Red+Green+Blue) = 179+204+194=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCC2 is #4C333D. Grayscale: #C3C3C3. Windows color (decimal): -4993854 or 12766387. OLE color: 12766387.

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

Color convert

RGB179204194-
CMYK0.1200.050.2
HSL156º19.69%75.1%-
HSV(B)156º12.25%80%-
XYZ49.9256.6659.35-
YUV195.38127.22116.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=31.02%
G=35.36%
B=33.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041940.1200.050.215619.6975.1
HexB3CCC2C05149c144b
Octal26331430214052423424113
Binary101100111100110011000010110001011010010011100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCC2; }

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

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

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

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

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

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

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

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