#B2CEC3

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

Shades of Jet Stream #B2CEC3

Tints of Jet Stream #B2CEC3

Color information

#B2CEC3 (or 0xB2CEC3) is unknown color: approx Jet Stream. HEX triplet: B2, CE and C3. RGB value is (178,206,195). Sum of RGB (Red+Green+Blue) = 178+206+195=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEC3 is #4D313C. Grayscale: #C4C4C4. Windows color (decimal): -5058877 or 12832434. OLE color: 12832434.

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

Color convert

RGB178206195-
CMYK0.1400.050.19
HSL156.43º22.22%75.29%-
HSV(B)156.43º13.59%80.78%-
XYZ50.2857.5560.09-
YUV196.37127.22114.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.74%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 195 (76.56% from 255) = 33.68%
R=30.74%
G=35.58%
B=33.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061950.1400.050.19156.4322.2275.29
HexB2CEC3E05139c164b
Octal26231630316052323426113
Binary101100101100111011000011111001011001110011100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEC3; }

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

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

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

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

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

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

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

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