#BCCAAF

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

Shades of Pumice #BCCAAF

Tints of Pumice #BCCAAF

Color information

#BCCAAF (or 0xBCCAAF) is unknown color: approx Pumice. HEX triplet: BC, CA and AF. RGB value is (188,202,175). Sum of RGB (Red+Green+Blue) = 188+202+175=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAAF is #433550. Grayscale: #C2C2C2. Windows color (decimal): -4404561 or 11520700. OLE color: 11520700.

HSL color Cylindrical-coordinate representation of color #BCCAAF: hue angle of 91.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCAAF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB188202175-
CMYK0.0700.130.21
HSL91.11º20.3%73.92%-
HSV(B)91.11º13.37%79.22%-
XYZ49.656.0348.76-
YUV194.74116.86123.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=33.27%
G=35.75%
B=30.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021750.0700.130.2191.1120.373.92
HexBCCAAF70D155b144a
Octal27431225770152513324112
Binary10111100110010101010111111101101101011011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAAF; }

 p { color: rgb(188,202,175); }

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

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

 a { background-color: rgb(188,202,175); }

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

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

 span { border-color: rgb(188,202,175); }

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