#B6CDC8

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

Shades of Jet Stream #B6CDC8

Tints of Jet Stream #B6CDC8

Color information

#B6CDC8 (or 0xB6CDC8) is unknown color: approx Jet Stream. HEX triplet: B6, CD and C8. RGB value is (182,205,200). Sum of RGB (Red+Green+Blue) = 182+205+200=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDC8 is #493237. Grayscale: #C5C5C5. Windows color (decimal): -4796984 or 13159862. OLE color: 13159862.

HSL color Cylindrical-coordinate representation of color #B6CDC8: hue angle of 166.96º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CDC8 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB182205200-
CMYK0.1100.020.20
HSL166.96º18.7%75.88%-
HSV(B)166.96º11.22%80.39%-
XYZ51.5557.7863.08-
YUV197.55129.38116.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.01%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=31.01%
G=34.92%
B=34.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822052000.1100.020.20166.9618.775.88
HexB6CDC8B0214a7134c
Octal26631531013022424723114
Binary10110110110011011100100010110101010010100111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDC8; }

 p { color: rgb(182,205,200); }

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

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

 a { background-color: rgb(182,205,200); }

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

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

 span { border-color: rgb(182,205,200); }

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