Html Css Color HEX #BCCEAF Pixie Green

📋 copy color: '#BCCEAF'

red 188 ◦ green 206 ◦ blue 175

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

Shades of Pixie Green #BCCEAF

Tints of Pixie Green #BCCEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 175 (68.75% from 255) = 30.76%

R = 33.04%
G = 36.2%
B = 30.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#BCCEAF (or 0xBCCEAF) is known color: Pixie Green. HEX triplet: BC, CE and AF. RGB value is (188,206,175). Sum of RGB (Red+Green+Blue) = 188+206+175=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEAF is #433150. Grayscale: #C5C5C5. Windows color (decimal): -4403537 or 11521724. OLE color: 11521724.

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

Color convert

RGB 188 206 175 -
CMYK 0.09 0 0.15 0.19
HSL 94.84º 0.24% 0.75% -
HSV(B) 94.84º 0.15% 0.81% -
XYZ 50.55 57.93 49.07 -
YUV 197.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 188 206 175 0.09 0 0.15 0.19 94.84 0.24 0.75
Hex BC CE AF 9 0 F 13 5F 18 4B
Octal 274 316 257 11 0 17 23 137 30 113
Binary 10111100 11001110 10101111 1001 0 1111 10011 1011111 11000 1001011

Color Harmonies of #BCCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEAF

Black with #BCCEAF

Text Example


Text Example

White with #BCCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEAF; }

 p { color: rgb(188,206,175); }

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

background-color css

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

 a { background-color: rgb(188,206,175); }

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

border-color css

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

 span { border-color: rgb(188,206,175); }

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