#B3CEC4

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

Shades of Jet Stream #B3CEC4

Tints of Jet Stream #B3CEC4

Color information

#B3CEC4 (or 0xB3CEC4) is unknown color: approx Jet Stream. HEX triplet: B3, CE and C4. RGB value is (179,206,196). Sum of RGB (Red+Green+Blue) = 179+206+196=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEC4 is #4C313B. Grayscale: #C4C4C4. Windows color (decimal): -4993340 or 12897971. OLE color: 12897971.

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

Color convert

RGB179206196-
CMYK0.1300.050.19
HSL157.78º21.6%75.49%-
HSV(B)157.78º13.11%80.78%-
XYZ50.6357.7160.7-
YUV196.79127.55115.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 196 (76.95% from 255) = 33.73%
R=30.81%
G=35.46%
B=33.73%

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
Decimal1792061960.1300.050.19157.7821.675.49
HexB3CEC4D05139e164b
Octal26331630415052323626113
Binary101100111100111011000100110101011001110011110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEC4; }

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

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

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

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

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

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

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

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