#B1CEC6

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

Shades of Jet Stream #B1CEC6

Tints of Jet Stream #B1CEC6

Color information

#B1CEC6 (or 0xB1CEC6) is unknown color: approx Jet Stream. HEX triplet: B1, CE and C6. RGB value is (177,206,198). Sum of RGB (Red+Green+Blue) = 177+206+198=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEC6 is #4E3139. Grayscale: #C4C4C4. Windows color (decimal): -5124410 or 13029041. OLE color: 13029041.

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

Color convert

RGB177206198-
CMYK0.1400.040.19
HSL163.45º22.83%75.1%-
HSV(B)163.45º14.08%80.78%-
XYZ50.457.5761.88-
YUV196.42128.89114.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 198 (77.73% from 255) = 34.08%
R=30.46%
G=35.46%
B=34.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061980.1400.040.19163.4522.8375.1
HexB1CEC6E0413a3174b
Octal26131630616042324327113
Binary101100011100111011000110111001001001110100011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEC6; }

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

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

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

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

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

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

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

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