#B7CEC9

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

Shades of Jet Stream #B7CEC9

Tints of Jet Stream #B7CEC9

Color information

#B7CEC9 (or 0xB7CEC9) is unknown color: approx Jet Stream. HEX triplet: B7, CE and C9. RGB value is (183,206,201). Sum of RGB (Red+Green+Blue) = 183+206+201=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEC9 is #483136. Grayscale: #C6C6C6. Windows color (decimal): -4731191 or 13225655. OLE color: 13225655.

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

Color convert

RGB183206201-
CMYK0.1100.020.19
HSL166.96º19.01%76.27%-
HSV(B)166.96º11.17%80.78%-
XYZ52.1458.4363.79-
YUV198.55129.38116.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.02%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=31.02%
G=34.92%
B=34.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832062010.1100.020.19166.9619.0176.27
HexB7CEC9B0213a7134c
Octal26731631113022324723114
Binary10110111110011101100100110110101001110100111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEC9; }

 p { color: rgb(183,206,201); }

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

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

 a { background-color: rgb(183,206,201); }

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

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

 span { border-color: rgb(183,206,201); }

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