#B6CFCA

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

Shades of Jet Stream #B6CFCA

Tints of Jet Stream #B6CFCA

Color information

#B6CFCA (or 0xB6CFCA) is unknown color: approx Jet Stream. HEX triplet: B6, CF and CA. RGB value is (182,207,202). Sum of RGB (Red+Green+Blue) = 182+207+202=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFCA is #493035. Grayscale: #C6C6C6. Windows color (decimal): -4796470 or 13291446. OLE color: 13291446.

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

Color convert

RGB182207202-
CMYK0.1200.020.19
HSL168º20.66%76.27%-
HSV(B)168º12.08%81.18%-
XYZ52.2658.8464.48-
YUV198.96129.72115.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.80%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=30.80%
G=35.03%
B=34.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822072020.1200.020.1916820.6676.27
HexB6CFCAC0213a8154c
Octal26631731214022325025114
Binary10110110110011111100101011000101001110101000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFCA; }

 p { color: rgb(182,207,202); }

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

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

 a { background-color: rgb(182,207,202); }

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

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

 span { border-color: rgb(182,207,202); }

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