Html Css Color HEX #BCCBA2 Pale Leaf

📋 copy color: '#BCCBA2'

red 188 ◦ green 203 ◦ blue 162

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

Shades of Pale Leaf #BCCBA2

Tints of Pale Leaf #BCCBA2

RGB

 RED value IS 188 (73.83% from 255) = 34%

 GREEN value IS 203 (79.69% from 255) = 36.71%

 BLUE value IS 162 (63.67% from 255) = 29.29%

R = 34%
G = 36.71%
B = 29.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#BCCBA2 (or 0xBCCBA2) is known color: Pale Leaf. HEX triplet: BC, CB and A2. RGB value is (188,203,162). Sum of RGB (Red+Green+Blue) = 188+203+162=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBA2 is #43345D. Grayscale: #C1C1C1. Windows color (decimal): -4404318 or 10668988. OLE color: 10668988.

HSL color Cylindrical-coordinate representation of color #BCCBA2: hue angle of 81.95º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCBA2 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 162 -
CMYK 0.07 0 0.20 0.20
HSL 81.95º 0.28% 0.72% -
HSV(B) 81.95º 0.2% 0.8% -
XYZ 48.62 56.01 42.43 -
YUV 193.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 188 203 162 0.07 0 0.20 0.20 81.95 0.28 0.72
Hex BC CB A2 7 0 14 14 52 1C 48
Octal 274 313 242 7 0 24 24 122 34 110
Binary 10111100 11001011 10100010 111 0 10100 10100 1010010 11100 1001000

Color Harmonies of #BCCBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBA2

Black with #BCCBA2

Text Example


Text Example

White with #BCCBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBA2; }

 p { color: rgb(188,203,162); }

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

background-color css

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

 a { background-color: rgb(188,203,162); }

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

border-color css

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

 span { border-color: rgb(188,203,162); }

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