Html Css Color HEX #BCDF98 Pixie Green

📋 copy color: '#BCDF98'

red 188 ◦ green 223 ◦ blue 152

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

Shades of Pixie Green #BCDF98

Tints of Pixie Green #BCDF98

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.61%

 BLUE value IS 152 (59.77% from 255) = 27%

R = 33.39%
G = 39.61%
B = 27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#BCDF98 (or 0xBCDF98) is known color: Pixie Green. HEX triplet: BC, DF and 98. RGB value is (188,223,152). Sum of RGB (Red+Green+Blue) = 188+223+152=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF98 is #432067. Grayscale: #CCCCCC. Windows color (decimal): -4399208 or 10018748. OLE color: 10018748.

HSL color Cylindrical-coordinate representation of color #BCDF98: hue angle of 89.58º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCDF98 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 152 -
CMYK 0.16 0 0.32 0.13
HSL 89.58º 0.53% 0.74% -
HSV(B) 89.58º 0.32% 0.87% -
XYZ 52.79 65.73 39.61 -
YUV 204.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 188 223 152 0.16 0 0.32 0.13 89.58 0.53 0.74
Hex BC DF 98 10 0 20 D 5A 35 4A
Octal 274 337 230 20 0 40 15 132 65 112
Binary 10111100 11011111 10011000 10000 0 100000 1101 1011010 110101 1001010

Color Harmonies of #BCDF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF98

Black with #BCDF98

Text Example


Text Example

White with #BCDF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF98; }

 p { color: rgb(188,223,152); }

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

background-color css

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

 a { background-color: rgb(188,223,152); }

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

border-color css

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

 span { border-color: rgb(188,223,152); }

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