#B1CDC7

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

Shades of Jet Stream #B1CDC7

Tints of Jet Stream #B1CDC7

Color information

#B1CDC7 (or 0xB1CDC7) is unknown color: approx Jet Stream. HEX triplet: B1, CD and C7. RGB value is (177,205,199). Sum of RGB (Red+Green+Blue) = 177+205+199=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDC7 is #4E3238. Grayscale: #C3C3C3. Windows color (decimal): -5124665 or 13094321. OLE color: 13094321.

HSL color Cylindrical-coordinate representation of color #B1CDC7: hue angle of 167.14º 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 #B1CDC7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB177205199-
CMYK0.1400.030.20
HSL167.14º21.88%74.9%-
HSV(B)167.14º13.66%80.39%-
XYZ50.2757.1362.41-
YUV195.94129.72114.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=30.46%
G=35.28%
B=34.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051990.1400.030.20167.1421.8874.9
HexB1CDC7E0314a7164b
Octal26131530716032424726113
Binary10110001110011011100011111100111010010100111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDC7; }

 p { color: rgb(177,205,199); }

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

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

 a { background-color: rgb(177,205,199); }

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

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

 span { border-color: rgb(177,205,199); }

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