#B3CEC3

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

Shades of Jet Stream #B3CEC3

Tints of Jet Stream #B3CEC3

Color information

#B3CEC3 (or 0xB3CEC3) is unknown color: approx Jet Stream. HEX triplet: B3, CE and C3. RGB value is (179,206,195). Sum of RGB (Red+Green+Blue) = 179+206+195=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEC3 is #4C313C. Grayscale: #C4C4C4. Windows color (decimal): -4993341 or 12832435. OLE color: 12832435.

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

Color convert

RGB179206195-
CMYK0.1300.050.19
HSL155.56º21.6%75.49%-
HSV(B)155.56º13.11%80.78%-
XYZ50.5157.6760.1-
YUV196.67127.05115.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.86%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 195 (76.56% from 255) = 33.62%
R=30.86%
G=35.52%
B=33.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061950.1300.050.19155.5621.675.49
HexB3CEC3D05139c164b
Octal26331630315052323426113
Binary101100111100111011000011110101011001110011100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEC3; }

 p { color: rgb(179,206,195); }

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

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

 a { background-color: rgb(179,206,195); }

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

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

 span { border-color: rgb(179,206,195); }

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