Html Css Color HEX #BCCAB5 Pumice

📋 copy color: '#BCCAB5'

red 188 ◦ green 202 ◦ blue 181

#BCCAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumice #BCCAB5

Tints of Pumice #BCCAB5

RGB

 RED value IS 188 (73.83% from 255) = 32.92%

 GREEN value IS 202 (79.3% from 255) = 35.38%

 BLUE value IS 181 (71.09% from 255) = 31.7%

R = 32.92%
G = 35.38%
B = 31.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#BCCAB5 (or 0xBCCAB5) is known color: Pumice. HEX triplet: BC, CA and B5. RGB value is (188,202,181). Sum of RGB (Red+Green+Blue) = 188+202+181=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAB5 is #43354A. Grayscale: #C3C3C3. Windows color (decimal): -4404555 or 11913916. OLE color: 11913916.

HSL color Cylindrical-coordinate representation of color #BCCAB5: hue angle of 100º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCAB5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 181 -
CMYK 0.07 0 0.10 0.21
HSL 100º 0.17% 0.75% -
HSV(B) 100º 0.1% 0.79% -
XYZ 50.2 56.27 51.93 -
YUV 195.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 188 202 181 0.07 0 0.10 0.21 100 0.17 0.75
Hex BC CA B5 7 0 A 15 64 11 4B
Octal 274 312 265 7 0 12 25 144 21 113
Binary 10111100 11001010 10110101 111 0 1010 10101 1100100 10001 1001011

Color Harmonies of #BCCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAB5

Black with #BCCAB5

Text Example


Text Example

White with #BCCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAB5; }

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

 H1.HeaderClassName
 {
   color: #BCCAB5;
 }
 .AnyTagClassName
 {
   color: #BCCAB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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