Html Css Color HEX #BCCAB2 Pumice

📋 copy color: '#BCCAB2'

red 188 ◦ green 202 ◦ blue 178

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

Shades of Pumice #BCCAB2

Tints of Pumice #BCCAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.34%

R = 33.1%
G = 35.56%
B = 31.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BCCAB2 (or 0xBCCAB2) is known color: Pumice. HEX triplet: BC, CA and B2. RGB value is (188,202,178). Sum of RGB (Red+Green+Blue) = 188+202+178=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAB2 is #43354D. Grayscale: #C3C3C3. Windows color (decimal): -4404558 or 11717308. OLE color: 11717308.

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

Color convert

RGB 188 202 178 -
CMYK 0.07 0 0.12 0.21
HSL 95º 0.18% 0.75% -
HSV(B) 95º 0.12% 0.79% -
XYZ 49.9 56.15 50.33 -
YUV 195.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 188 202 178 0.07 0 0.12 0.21 95 0.18 0.75
Hex BC CA B2 7 0 C 15 5F 12 4B
Octal 274 312 262 7 0 14 25 137 22 113
Binary 10111100 11001010 10110010 111 0 1100 10101 1011111 10010 1001011

Color Harmonies of #BCCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAB2

Black with #BCCAB2

Text Example


Text Example

White with #BCCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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