#B8CFC7

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

Shades of Jet Stream #B8CFC7

Tints of Jet Stream #B8CFC7

Color information

#B8CFC7 (or 0xB8CFC7) is unknown color: approx Jet Stream. HEX triplet: B8, CF and C7. RGB value is (184,207,199). Sum of RGB (Red+Green+Blue) = 184+207+199=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFC7 is #473038. Grayscale: #C7C7C7. Windows color (decimal): -4665401 or 13094840. OLE color: 13094840.

HSL color Cylindrical-coordinate representation of color #B8CFC7: hue angle of 159.13º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CFC7 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB184207199-
CMYK0.1100.040.19
HSL159.13º19.33%76.67%-
HSV(B)159.13º11.11%81.18%-
XYZ52.3958.9462.65-
YUV199.21127.88117.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.19%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=31.19%
G=35.08%
B=33.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842071990.1100.040.19159.1319.3376.67
HexB8CFC7B04139f134d
Octal27031730713042323723115
Binary101110001100111111000111101101001001110011111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFC7; }

 p { color: rgb(184,207,199); }

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

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

 a { background-color: rgb(184,207,199); }

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

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

 span { border-color: rgb(184,207,199); }

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