Html Css Color HEX #BDCAB2 Pumice

📋 copy color: '#BDCAB2'

red 189 ◦ green 202 ◦ blue 178

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

Shades of Pumice #BDCAB2

Tints of Pumice #BDCAB2

RGB

 RED value IS 189 (74.22% from 255) = 33.22%

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

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

R = 33.22%
G = 35.5%
B = 31.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BDCAB2 (or 0xBDCAB2) is known color: Pumice. HEX triplet: BD, CA and B2. RGB value is (189,202,178). Sum of RGB (Red+Green+Blue) = 189+202+178=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAB2 is #42354D. Grayscale: #C3C3C3. Windows color (decimal): -4339022 or 11717309. OLE color: 11717309.

HSL color Cylindrical-coordinate representation of color #BDCAB2: hue angle of 92.5º 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 #BDCAB2 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 178 -
CMYK 0.06 0 0.12 0.21
HSL 92.5º 0.18% 0.75% -
HSV(B) 92.5º 0.12% 0.79% -
XYZ 50.14 56.27 50.34 -
YUV 195.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 189 202 178 0.06 0 0.12 0.21 92.5 0.18 0.75
Hex BD CA B2 6 0 C 15 5C 12 4B
Octal 275 312 262 6 0 14 25 134 22 113
Binary 10111101 11001010 10110010 110 0 1100 10101 1011100 10010 1001011

Color Harmonies of #BDCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAB2

Black with #BDCAB2

Text Example


Text Example

White with #BDCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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