#B7D6CD

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

Shades of Jet Stream #B7D6CD

Tints of Jet Stream #B7D6CD

Color information

#B7D6CD (or 0xB7D6CD) is unknown color: approx Jet Stream. HEX triplet: B7, D6 and CD. RGB value is (183,214,205). Sum of RGB (Red+Green+Blue) = 183+214+205=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6CD is #482932. Grayscale: #CBCBCB. Windows color (decimal): -4729139 or 13489847. OLE color: 13489847.

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

Color convert

RGB183214205-
CMYK0.1400.040.16
HSL162.58º27.43%77.84%-
HSV(B)162.58º14.49%83.92%-
XYZ54.5962.5766.96-
YUV203.7128.73113.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.40%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=30.40%
G=35.55%
B=34.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832142050.1400.040.16162.5827.4377.84
HexB7D6CDE0410a31b4e
Octal26732631516042024333116
Binary101101111101011011001101111001001000010100011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D6CD; }

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

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

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

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

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

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

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

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