#B2CEC8

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

Shades of Jet Stream #B2CEC8

Tints of Jet Stream #B2CEC8

Color information

#B2CEC8 (or 0xB2CEC8) is unknown color: approx Jet Stream. HEX triplet: B2, CE and C8. RGB value is (178,206,200). Sum of RGB (Red+Green+Blue) = 178+206+200=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEC8 is #4D3137. Grayscale: #C4C4C4. Windows color (decimal): -5058872 or 13160114. OLE color: 13160114.

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

Color convert

RGB178206200-
CMYK0.1400.030.19
HSL167.14º22.22%75.29%-
HSV(B)167.14º13.59%80.78%-
XYZ50.8657.7863.12-
YUV196.94129.72114.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.48%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=30.48%
G=35.27%
B=34.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782062000.1400.030.19167.1422.2275.29
HexB2CEC8E0313a7164b
Octal26231631016032324726113
Binary10110010110011101100100011100111001110100111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEC8; }

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

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

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

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

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

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

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

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