#B0CDC2

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

Shades of Jet Stream #B0CDC2

Tints of Jet Stream #B0CDC2

Color information

#B0CDC2 (or 0xB0CDC2) is unknown color: approx Jet Stream. HEX triplet: B0, CD and C2. RGB value is (176,205,194). Sum of RGB (Red+Green+Blue) = 176+205+194=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDC2 is #4F323D. Grayscale: #C3C3C3. Windows color (decimal): -5190206 or 12766640. OLE color: 12766640.

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

Color convert

RGB176205194-
CMYK0.1400.050.20
HSL157.24º22.48%74.71%-
HSV(B)157.24º14.15%80.39%-
XYZ49.4756.7959.39-
YUV195.08127.39114.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 194 (76.17% from 255) = 33.74%
R=30.61%
G=35.65%
B=33.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051940.1400.050.20157.2422.4874.71
HexB0CDC2E05149d164b
Octal26031530216052423526113
Binary101100001100110111000010111001011010010011101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDC2; }

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

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

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

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

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

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

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

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