Html Css Color HEX #BDCAB1 Pumice

📋 copy color: '#BDCAB1'

red 189 ◦ green 202 ◦ blue 177

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

Shades of Pumice #BDCAB1

Tints of Pumice #BDCAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.16%

R = 33.27%
G = 35.56%
B = 31.16%

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

#BDCAB1 (or 0xBDCAB1) is known color: Pumice. HEX triplet: BD, CA and B1. RGB value is (189,202,177). Sum of RGB (Red+Green+Blue) = 189+202+177=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAB1 is #42354E. Grayscale: #C3C3C3. Windows color (decimal): -4339023 or 11651773. OLE color: 11651773.

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

Color convert

RGB 189 202 177 -
CMYK 0.06 0 0.12 0.21
HSL 91.2º 0.19% 0.74% -
HSV(B) 91.2º 0.12% 0.79% -
XYZ 50.04 56.23 49.81 -
YUV 195.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 189 202 177 0.06 0 0.12 0.21 91.2 0.19 0.74
Hex BD CA B1 6 0 C 15 5B 13 4A
Octal 275 312 261 6 0 14 25 133 23 112
Binary 10111101 11001010 10110001 110 0 1100 10101 1011011 10011 1001010

Color Harmonies of #BDCAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAB1

Black with #BDCAB1

Text Example


Text Example

White with #BDCAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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