#B6C8C3

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

Shades of Jet Stream #B6C8C3

Tints of Jet Stream #B6C8C3

Color information

#B6C8C3 (or 0xB6C8C3) is unknown color: approx Jet Stream. HEX triplet: B6, C8 and C3. RGB value is (182,200,195). Sum of RGB (Red+Green+Blue) = 182+200+195=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8C3 is #49373C. Grayscale: #C2C2C2. Windows color (decimal): -4798269 or 12830902. OLE color: 12830902.

HSL color Cylindrical-coordinate representation of color #B6C8C3: hue angle of 163.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C8C3 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB182200195-
CMYK0.0900.020.22
HSL163.33º14.06%74.9%-
HSV(B)163.33º9%78.43%-
XYZ49.855.1959.66-
YUV194.05128.54119.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 195 (76.56% from 255) = 33.80%
R=31.54%
G=34.66%
B=33.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001950.0900.020.22163.3314.0674.9
HexB6C8C390216a3e4b
Octal26631030311022624316113
Binary1011011011001000110000111001010101101010001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C8C3; }

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

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

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

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

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

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

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

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