Html Css Color HEX #BCCFA5 Pixie Green

📋 copy color: '#BCCFA5'

red 188 ◦ green 207 ◦ blue 165

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

Shades of Pixie Green #BCCFA5

Tints of Pixie Green #BCCFA5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.96%

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

R = 33.57%
G = 36.96%
B = 29.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#BCCFA5 (or 0xBCCFA5) is known color: Pixie Green. HEX triplet: BC, CF and A5. RGB value is (188,207,165). Sum of RGB (Red+Green+Blue) = 188+207+165=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFA5 is #43305A. Grayscale: #C4C4C4. Windows color (decimal): -4403291 or 10866620. OLE color: 10866620.

HSL color Cylindrical-coordinate representation of color #BCCFA5: hue angle of 87.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCFA5 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 165 -
CMYK 0.09 0 0.20 0.19
HSL 87.14º 0.3% 0.73% -
HSV(B) 87.14º 0.2% 0.81% -
XYZ 49.84 58.03 44.17 -
YUV 196.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 188 207 165 0.09 0 0.20 0.19 87.14 0.3 0.73
Hex BC CF A5 9 0 14 13 57 1E 49
Octal 274 317 245 11 0 24 23 127 36 111
Binary 10111100 11001111 10100101 1001 0 10100 10011 1010111 11110 1001001

Color Harmonies of #BCCFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFA5

Black with #BCCFA5

Text Example


Text Example

White with #BCCFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFA5; }

 p { color: rgb(188,207,165); }

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

background-color css

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

 a { background-color: rgb(188,207,165); }

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

border-color css

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

 span { border-color: rgb(188,207,165); }

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