Html Css Color HEX #BCCFAC Pixie Green

📋 copy color: '#BCCFAC'

red 188 ◦ green 207 ◦ blue 172

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

Shades of Pixie Green #BCCFAC

Tints of Pixie Green #BCCFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.34%

R = 33.16%
G = 36.51%
B = 30.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#BCCFAC (or 0xBCCFAC) is known color: Pixie Green. HEX triplet: BC, CF and AC. RGB value is (188,207,172). Sum of RGB (Red+Green+Blue) = 188+207+172=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFAC is #433053. Grayscale: #C5C5C5. Windows color (decimal): -4403284 or 11325372. OLE color: 11325372.

HSL color Cylindrical-coordinate representation of color #BCCFAC: hue angle of 92.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCFAC is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 172 -
CMYK 0.09 0 0.17 0.19
HSL 92.57º 0.27% 0.74% -
HSV(B) 92.57º 0.17% 0.81% -
XYZ 50.5 58.3 47.62 -
YUV 197.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 188 207 172 0.09 0 0.17 0.19 92.57 0.27 0.74
Hex BC CF AC 9 0 11 13 5D 1B 4A
Octal 274 317 254 11 0 21 23 135 33 112
Binary 10111100 11001111 10101100 1001 0 10001 10011 1011101 11011 1001010

Color Harmonies of #BCCFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFAC

Black with #BCCFAC

Text Example


Text Example

White with #BCCFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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