#B3CFC9

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

Shades of Jet Stream #B3CFC9

Tints of Jet Stream #B3CFC9

Color information

#B3CFC9 (or 0xB3CFC9) is unknown color: approx Jet Stream. HEX triplet: B3, CF and C9. RGB value is (179,207,201). Sum of RGB (Red+Green+Blue) = 179+207+201=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC9 is #4C3036. Grayscale: #C5C5C5. Windows color (decimal): -4993079 or 13225907. OLE color: 13225907.

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

Color convert

RGB179207201-
CMYK0.1400.030.19
HSL167.14º22.58%75.69%-
HSV(B)167.14º13.53%81.18%-
XYZ51.4558.4363.82-
YUV197.94129.72114.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=30.49%
G=35.26%
B=34.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792072010.1400.030.19167.1422.5875.69
HexB3CFC9E0313a7174c
Octal26331731116032324727114
Binary10110011110011111100100111100111001110100111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFC9; }

 p { color: rgb(179,207,201); }

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

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

 a { background-color: rgb(179,207,201); }

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

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

 span { border-color: rgb(179,207,201); }

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