#B1CDC6

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

Shades of Jet Stream #B1CDC6

Tints of Jet Stream #B1CDC6

Color information

#B1CDC6 (or 0xB1CDC6) is unknown color: approx Jet Stream. HEX triplet: B1, CD and C6. RGB value is (177,205,198). Sum of RGB (Red+Green+Blue) = 177+205+198=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDC6 is #4E3239. Grayscale: #C3C3C3. Windows color (decimal): -5124666 or 13028785. OLE color: 13028785.

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

Color convert

RGB177205198-
CMYK0.1400.030.20
HSL165º21.88%74.9%-
HSV(B)165º13.66%80.39%-
XYZ50.1657.0961.8-
YUV195.83129.22114.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=30.52%
G=35.34%
B=34.14%

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
Decimal1772051980.1400.030.2016521.8874.9
HexB1CDC6E0314a5164b
Octal26131530616032424526113
Binary10110001110011011100011011100111010010100101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDC6; }

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

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

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

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

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

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

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

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