#B6CEC5

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

Shades of Jet Stream #B6CEC5

Tints of Jet Stream #B6CEC5

Color information

#B6CEC5 (or 0xB6CEC5) is unknown color: approx Jet Stream. HEX triplet: B6, CE and C5. RGB value is (182,206,197). Sum of RGB (Red+Green+Blue) = 182+206+197=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEC5 is #49313A. Grayscale: #C5C5C5. Windows color (decimal): -4796731 or 12963510. OLE color: 12963510.

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

Color convert

RGB182206197-
CMYK0.1200.040.19
HSL157.5º19.67%76.08%-
HSV(B)157.5º11.65%80.78%-
XYZ51.4458.1261.33-
YUV197.8127.55116.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.11%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 197 (77.34% from 255) = 33.68%
R=31.11%
G=35.21%
B=33.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061970.1200.040.19157.519.6776.08
HexB6CEC5C04139d144c
Octal26631630514042323524114
Binary101101101100111011000101110001001001110011101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEC5; }

 p { color: rgb(182,206,197); }

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

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

 a { background-color: rgb(182,206,197); }

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

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

 span { border-color: rgb(182,206,197); }

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