#B8CCC5

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

Shades of Jet Stream #B8CCC5

Tints of Jet Stream #B8CCC5

Color information

#B8CCC5 (or 0xB8CCC5) is unknown color: approx Jet Stream. HEX triplet: B8, CC and C5. RGB value is (184,204,197). Sum of RGB (Red+Green+Blue) = 184+204+197=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCC5 is #47333A. Grayscale: #C5C5C5. Windows color (decimal): -4666171 or 12963000. OLE color: 12963000.

HSL color Cylindrical-coordinate representation of color #B8CCC5: hue angle of 159º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCC5 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB184204197-
CMYK0.1000.030.2
HSL159º16.39%76.08%-
HSV(B)159º9.8%80%-
XYZ51.4457.4161.19-
YUV197.22127.87118.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.45%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 197 (77.34% from 255) = 33.68%
R=31.45%
G=34.87%
B=33.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041970.1000.030.215916.3976.08
HexB8CCC5A03149f104c
Octal27031430512032423720114
Binary10111000110011001100010110100111010010011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCC5; }

 p { color: rgb(184,204,197); }

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

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

 a { background-color: rgb(184,204,197); }

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

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

 span { border-color: rgb(184,204,197); }

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