Html Css Color HEX #BBCAA4 Pale Leaf

📋 copy color: '#BBCAA4'

red 187 ◦ green 202 ◦ blue 164

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

Shades of Pale Leaf #BBCAA4

Tints of Pale Leaf #BBCAA4

RGB

 RED value IS 187 (73.44% from 255) = 33.82%

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

 BLUE value IS 164 (64.45% from 255) = 29.66%

R = 33.82%
G = 36.53%
B = 29.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#BBCAA4 (or 0xBBCAA4) is known color: Pale Leaf. HEX triplet: BB, CA and A4. RGB value is (187,202,164). Sum of RGB (Red+Green+Blue) = 187+202+164=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAA4 is #44355B. Grayscale: #C1C1C1. Windows color (decimal): -4470108 or 10799803. OLE color: 10799803.

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

Color convert

RGB 187 202 164 -
CMYK 0.07 0 0.19 0.21
HSL 83.68º 0.26% 0.72% -
HSV(B) 83.68º 0.19% 0.79% -
XYZ 48.31 55.49 43.29 -
YUV 193.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 187 202 164 0.07 0 0.19 0.21 83.68 0.26 0.72
Hex BB CA A4 7 0 13 15 54 1A 48
Octal 273 312 244 7 0 23 25 124 32 110
Binary 10111011 11001010 10100100 111 0 10011 10101 1010100 11010 1001000

Color Harmonies of #BBCAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAA4

Black with #BBCAA4

Text Example


Text Example

White with #BBCAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAA4; }

 p { color: rgb(187,202,164); }

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

background-color css

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

 a { background-color: rgb(187,202,164); }

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

border-color css

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

 span { border-color: rgb(187,202,164); }

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