Html Css Color HEX #BCCFAD Pixie Green

📋 copy color: '#BCCFAD'

red 188 ◦ green 207 ◦ blue 173

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

Shades of Pixie Green #BCCFAD

Tints of Pixie Green #BCCFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.46%

R = 33.1%
G = 36.44%
B = 30.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#BCCFAD (or 0xBCCFAD) is known color: Pixie Green. HEX triplet: BC, CF and AD. RGB value is (188,207,173). Sum of RGB (Red+Green+Blue) = 188+207+173=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFAD is #433052. Grayscale: #C5C5C5. Windows color (decimal): -4403283 or 11390908. OLE color: 11390908.

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

Color convert

RGB 188 207 173 -
CMYK 0.09 0 0.16 0.19
HSL 93.53º 0.26% 0.75% -
HSV(B) 93.53º 0.16% 0.81% -
XYZ 50.59 58.33 48.13 -
YUV 197.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 188 207 173 0.09 0 0.16 0.19 93.53 0.26 0.75
Hex BC CF AD 9 0 10 13 5E 1A 4B
Octal 274 317 255 11 0 20 23 136 32 113
Binary 10111100 11001111 10101101 1001 0 10000 10011 1011110 11010 1001011

Color Harmonies of #BCCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFAD

Black with #BCCFAD

Text Example


Text Example

White with #BCCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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