#B8CFCA

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

Shades of Jet Stream #B8CFCA

Tints of Jet Stream #B8CFCA

Color information

#B8CFCA (or 0xB8CFCA) is unknown color: approx Jet Stream. HEX triplet: B8, CF and CA. RGB value is (184,207,202). Sum of RGB (Red+Green+Blue) = 184+207+202=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCA is #473035. Grayscale: #C7C7C7. Windows color (decimal): -4665398 or 13291448. OLE color: 13291448.

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

Color convert

RGB184207202-
CMYK0.1100.020.19
HSL166.96º19.33%76.67%-
HSV(B)166.96º11.11%81.18%-
XYZ52.7459.0864.5-
YUV199.55129.38116.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=31.03%
G=34.91%
B=34.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842072020.1100.020.19166.9619.3376.67
HexB8CFCAB0213a7134d
Octal27031731213022324723115
Binary10111000110011111100101010110101001110100111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFCA; }

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

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

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

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

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

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

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

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