#B1CEC2

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

Shades of Jet Stream #B1CEC2

Tints of Jet Stream #B1CEC2

Color information

#B1CEC2 (or 0xB1CEC2) is unknown color: approx Jet Stream. HEX triplet: B1, CE and C2. RGB value is (177,206,194). Sum of RGB (Red+Green+Blue) = 177+206+194=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEC2 is #4E313D. Grayscale: #C3C3C3. Windows color (decimal): -5124414 or 12766897. OLE color: 12766897.

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

Color convert

RGB177206194-
CMYK0.1400.060.19
HSL155.17º22.83%75.1%-
HSV(B)155.17º14.08%80.78%-
XYZ49.9457.3859.48-
YUV195.96126.89114.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.68%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=30.68%
G=35.70%
B=33.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061940.1400.060.19155.1722.8375.1
HexB1CEC2E06139b174b
Octal26131630216062323327113
Binary101100011100111011000010111001101001110011011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEC2; }

 p { color: rgb(177,206,194); }

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

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

 a { background-color: rgb(177,206,194); }

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

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

 span { border-color: rgb(177,206,194); }

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