#B1D2C4

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

Shades of Jet Stream #B1D2C4

Tints of Jet Stream #B1D2C4

Color information

#B1D2C4 (or 0xB1D2C4) is unknown color: approx Jet Stream. HEX triplet: B1, D2 and C4. RGB value is (177,210,196). Sum of RGB (Red+Green+Blue) = 177+210+196=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2C4 is #4E2D3B. Grayscale: #C6C6C6. Windows color (decimal): -5123388 or 12898993. OLE color: 12898993.

HSL color Cylindrical-coordinate representation of color #B1D2C4: hue angle of 154.55º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1D2C4 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB177210196-
CMYK0.1600.070.18
HSL154.55º26.83%75.88%-
HSV(B)154.55º15.71%82.35%-
XYZ51.1459.4361-
YUV198.54126.57112.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.36%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 196 (76.95% from 255) = 33.62%
R=30.36%
G=36.02%
B=33.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772101960.1600.070.18154.5526.8375.88
HexB1D2C41007129b1b4c
Octal26132230420072223333114
Binary1011000111010010110001001000001111001010011011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D2C4; }

 p { color: rgb(177,210,196); }

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

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

 a { background-color: rgb(177,210,196); }

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

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

 span { border-color: rgb(177,210,196); }

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