Html Css Color HEX #BBC0AF Pale Leaf

📋 copy color: '#BBC0AF'

red 187 ◦ green 192 ◦ blue 175

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

Shades of Pale Leaf #BBC0AF

Tints of Pale Leaf #BBC0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.66%

 BLUE value IS 175 (68.75% from 255) = 31.59%

R = 33.75%
G = 34.66%
B = 31.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BBC0AF (or 0xBBC0AF) is known color: Pale Leaf. HEX triplet: BB, C0 and AF. RGB value is (187,192,175). Sum of RGB (Red+Green+Blue) = 187+192+175=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0AF is #443F50. Grayscale: #BCBCBC. Windows color (decimal): -4472657 or 11518139. OLE color: 11518139.

HSL color Cylindrical-coordinate representation of color #BBC0AF: hue angle of 77.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC0AF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 175 -
CMYK 0.03 0 0.09 0.25
HSL 77.65º 0.12% 0.72% -
HSV(B) 77.65º 0.09% 0.75% -
XYZ 47.08 51.36 47.99 -
YUV 188.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 187 192 175 0.03 0 0.09 0.25 77.65 0.12 0.72
Hex BB C0 AF 3 0 9 19 4E C 48
Octal 273 300 257 3 0 11 31 116 14 110
Binary 10111011 11000000 10101111 11 0 1001 11001 1001110 1100 1001000

Color Harmonies of #BBC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0AF

Black with #BBC0AF

Text Example


Text Example

White with #BBC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0AF; }

 p { color: rgb(187,192,175); }

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

background-color css

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

 a { background-color: rgb(187,192,175); }

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

border-color css

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

 span { border-color: rgb(187,192,175); }

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