#B3CFC4

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

Shades of Jet Stream #B3CFC4

Tints of Jet Stream #B3CFC4

Color information

#B3CFC4 (or 0xB3CFC4) is unknown color: approx Jet Stream. HEX triplet: B3, CF and C4. RGB value is (179,207,196). Sum of RGB (Red+Green+Blue) = 179+207+196=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC4 is #4C303B. Grayscale: #C5C5C5. Windows color (decimal): -4993084 or 12898227. OLE color: 12898227.

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

Color convert

RGB179207196-
CMYK0.1400.050.19
HSL156.43º22.58%75.69%-
HSV(B)156.43º13.53%81.18%-
XYZ50.8758.1960.78-
YUV197.37127.22114.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.76%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=30.76%
G=35.57%
B=33.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792071960.1400.050.19156.4322.5875.69
HexB3CFC4E05139c174c
Octal26331730416052323427114
Binary101100111100111111000100111001011001110011100101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFC4; }

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

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

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

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

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

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

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

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