#B7D6C6

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

Shades of Jet Stream #B7D6C6

Tints of Jet Stream #B7D6C6

Color information

#B7D6C6 (or 0xB7D6C6) is unknown color: approx Jet Stream. HEX triplet: B7, D6 and C6. RGB value is (183,214,198). Sum of RGB (Red+Green+Blue) = 183+214+198=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6C6 is #482939. Grayscale: #CACACA. Windows color (decimal): -4729146 or 13031095. OLE color: 13031095.

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

Color convert

RGB183214198-
CMYK0.1400.070.16
HSL149.03º27.43%77.84%-
HSV(B)149.03º14.49%83.92%-
XYZ53.7762.2462.61-
YUV202.91125.23113.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.76%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=30.76%
G=35.97%
B=33.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832141980.1400.070.16149.0327.4377.84
HexB7D6C6E0710951b4e
Octal26732630616072022533116
Binary101101111101011011000110111001111000010010101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D6C6; }

 p { color: rgb(183,214,198); }

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

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

 a { background-color: rgb(183,214,198); }

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

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

 span { border-color: rgb(183,214,198); }

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