Html Css Color HEX #BBCAA5 Pale Leaf

📋 copy color: '#BBCAA5'

red 187 ◦ green 202 ◦ blue 165

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

Shades of Pale Leaf #BBCAA5

Tints of Pale Leaf #BBCAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.78%

R = 33.75%
G = 36.46%
B = 29.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#BBCAA5 (or 0xBBCAA5) is known color: Pale Leaf. HEX triplet: BB, CA and A5. RGB value is (187,202,165). Sum of RGB (Red+Green+Blue) = 187+202+165=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAA5 is #44355A. Grayscale: #C1C1C1. Windows color (decimal): -4470107 or 10865339. OLE color: 10865339.

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

Color convert

RGB 187 202 165 -
CMYK 0.07 0 0.18 0.21
HSL 84.32º 0.26% 0.72% -
HSV(B) 84.32º 0.18% 0.79% -
XYZ 48.41 55.52 43.76 -
YUV 193.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 187 202 165 0.07 0 0.18 0.21 84.32 0.26 0.72
Hex BB CA A5 7 0 12 15 54 1A 48
Octal 273 312 245 7 0 22 25 124 32 110
Binary 10111011 11001010 10100101 111 0 10010 10101 1010100 11010 1001000

Color Harmonies of #BBCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAA5

Black with #BBCAA5

Text Example


Text Example

White with #BBCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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