Html Css Color HEX #BCCCA3 Pale Leaf

📋 copy color: '#BCCCA3'

red 188 ◦ green 204 ◦ blue 163

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

Shades of Pale Leaf #BCCCA3

Tints of Pale Leaf #BCCCA3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

 BLUE value IS 163 (64.06% from 255) = 29.37%

R = 33.87%
G = 36.76%
B = 29.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#BCCCA3 (or 0xBCCCA3) is known color: Pale Leaf. HEX triplet: BC, CC and A3. RGB value is (188,204,163). Sum of RGB (Red+Green+Blue) = 188+204+163=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA3 is #43335C. Grayscale: #C2C2C2. Windows color (decimal): -4404061 or 10734780. OLE color: 10734780.

HSL color Cylindrical-coordinate representation of color #BCCCA3: hue angle of 83.41º degrees, saturation: 0.29, 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 #BCCCA3 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 163 -
CMYK 0.08 0 0.20 0.2
HSL 83.41º 0.29% 0.72% -
HSV(B) 83.41º 0.2% 0.8% -
XYZ 48.94 56.52 42.98 -
YUV 194.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 188 204 163 0.08 0 0.20 0.2 83.41 0.29 0.72
Hex BC CC A3 8 0 14 14 53 1D 48
Octal 274 314 243 10 0 24 24 123 35 110
Binary 10111100 11001100 10100011 1000 0 10100 10100 1010011 11101 1001000

Color Harmonies of #BCCCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCA3

Black with #BCCCA3

Text Example


Text Example

White with #BCCCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCA3; }

 p { color: rgb(188,204,163); }

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

background-color css

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

 a { background-color: rgb(188,204,163); }

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

border-color css

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

 span { border-color: rgb(188,204,163); }

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