Html Css Color HEX #BCCFAF Pixie Green

📋 copy color: '#BCCFAF'

red 188 ◦ green 207 ◦ blue 175

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

Shades of Pixie Green #BCCFAF

Tints of Pixie Green #BCCFAF

RGB

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

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

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

R = 32.98%
G = 36.32%
B = 30.7%

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

#BCCFAF (or 0xBCCFAF) is known color: Pixie Green. HEX triplet: BC, CF and AF. RGB value is (188,207,175). Sum of RGB (Red+Green+Blue) = 188+207+175=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFAF is #433050. Grayscale: #C5C5C5. Windows color (decimal): -4403281 or 11521980. OLE color: 11521980.

HSL color Cylindrical-coordinate representation of color #BCCFAF: hue angle of 95.62º degrees, saturation: 0.25, 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 #BCCFAF is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 175 -
CMYK 0.09 0 0.15 0.19
HSL 95.63º 0.25% 0.75% -
HSV(B) 95.63º 0.15% 0.81% -
XYZ 50.79 58.41 49.16 -
YUV 197.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 188 207 175 0.09 0 0.15 0.19 95.63 0.25 0.75
Hex BC CF AF 9 0 F 13 60 19 4B
Octal 274 317 257 11 0 17 23 140 31 113
Binary 10111100 11001111 10101111 1001 0 1111 10011 1100000 11001 1001011

Color Harmonies of #BCCFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFAF

Black with #BCCFAF

Text Example


Text Example

White with #BCCFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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