#B2CDC2

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

Shades of Jet Stream #B2CDC2

Tints of Jet Stream #B2CDC2

Color information

#B2CDC2 (or 0xB2CDC2) is unknown color: approx Jet Stream. HEX triplet: B2, CD and C2. RGB value is (178,205,194). Sum of RGB (Red+Green+Blue) = 178+205+194=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDC2 is #4D323D. Grayscale: #C3C3C3. Windows color (decimal): -5059134 or 12766642. OLE color: 12766642.

HSL color Cylindrical-coordinate representation of color #B2CDC2: hue angle of 155.56º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CDC2 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB178205194-
CMYK0.1300.050.20
HSL155.56º21.26%75.1%-
HSV(B)155.56º13.17%80.39%-
XYZ49.9357.0259.41-
YUV195.67127.05115.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.85%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=30.85%
G=35.53%
B=33.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051940.1300.050.20155.5621.2675.1
HexB2CDC2D05149c154b
Octal26231530215052423425113
Binary101100101100110111000010110101011010010011100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDC2; }

 p { color: rgb(178,205,194); }

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

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

 a { background-color: rgb(178,205,194); }

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

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

 span { border-color: rgb(178,205,194); }

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