#B1CFC6

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

Shades of Jet Stream #B1CFC6

Tints of Jet Stream #B1CFC6

Color information

#B1CFC6 (or 0xB1CFC6) is unknown color: approx Jet Stream. HEX triplet: B1, CF and C6. RGB value is (177,207,198). Sum of RGB (Red+Green+Blue) = 177+207+198=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFC6 is #4E3039. Grayscale: #C5C5C5. Windows color (decimal): -5124154 or 13029297. OLE color: 13029297.

HSL color Cylindrical-coordinate representation of color #B1CFC6: hue angle of 162º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CFC6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB177207198-
CMYK0.1400.040.19
HSL162º23.81%75.29%-
HSV(B)162º14.49%81.18%-
XYZ50.6458.0561.96-
YUV197128.56113.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 198 (77.73% from 255) = 34.02%
R=30.41%
G=35.57%
B=34.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071980.1400.040.1916223.8175.29
HexB1CFC6E0413a2184b
Octal26131730616042324230113
Binary101100011100111111000110111001001001110100010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFC6; }

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

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

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

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

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

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

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

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