#B4CEC3

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

Shades of Jet Stream #B4CEC3

Tints of Jet Stream #B4CEC3

Color information

#B4CEC3 (or 0xB4CEC3) is unknown color: approx Jet Stream. HEX triplet: B4, CE and C3. RGB value is (180,206,195). Sum of RGB (Red+Green+Blue) = 180+206+195=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEC3 is #4B313C. Grayscale: #C4C4C4. Windows color (decimal): -4927805 or 12832436. OLE color: 12832436.

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

Color convert

RGB180206195-
CMYK0.1300.050.19
HSL154.62º20.97%75.69%-
HSV(B)154.62º12.62%80.78%-
XYZ50.7457.7960.11-
YUV196.97126.89115.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.98%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=30.98%
G=35.46%
B=33.56%

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
Decimal1802061950.1300.050.19154.6220.9775.69
HexB4CEC3D05139b154c
Octal26431630315052323325114
Binary101101001100111011000011110101011001110011011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEC3; }

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

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

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

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

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

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

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

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