#B7CECA

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

Shades of Jet Stream #B7CECA

Tints of Jet Stream #B7CECA

Color information

#B7CECA (or 0xB7CECA) is unknown color: approx Jet Stream. HEX triplet: B7, CE and CA. RGB value is (183,206,202). Sum of RGB (Red+Green+Blue) = 183+206+202=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECA is #483135. Grayscale: #C6C6C6. Windows color (decimal): -4731190 or 13291191. OLE color: 13291191.

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

Color convert

RGB183206202-
CMYK0.1100.020.19
HSL169.57º19.01%76.27%-
HSV(B)169.57º11.17%80.78%-
XYZ52.2658.4764.41-
YUV198.67129.88116.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=30.96%
G=34.86%
B=34.18%

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
Decimal1832062020.1100.020.19169.5719.0176.27
HexB7CECAB0213aa134c
Octal26731631213022325223114
Binary10110111110011101100101010110101001110101010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CECA; }

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

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

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

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

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

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

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

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