Html Css Color HEX #BCDBA2 Pixie Green

📋 copy color: '#BCDBA2'

red 188 ◦ green 219 ◦ blue 162

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

Shades of Pixie Green #BCDBA2

Tints of Pixie Green #BCDBA2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

 BLUE value IS 162 (63.67% from 255) = 28.47%

R = 33.04%
G = 38.49%
B = 28.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#BCDBA2 (or 0xBCDBA2) is known color: Pixie Green. HEX triplet: BC, DB and A2. RGB value is (188,219,162). Sum of RGB (Red+Green+Blue) = 188+219+162=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBA2 is #43245D. Grayscale: #CBCBCB. Windows color (decimal): -4400222 or 10673084. OLE color: 10673084.

HSL color Cylindrical-coordinate representation of color #BCDBA2: hue angle of 92.63º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDBA2 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 162 -
CMYK 0.14 0 0.26 0.14
HSL 92.63º 0.44% 0.75% -
HSV(B) 92.63º 0.26% 0.86% -
XYZ 52.59 63.96 43.76 -
YUV 203.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 188 219 162 0.14 0 0.26 0.14 92.63 0.44 0.75
Hex BC DB A2 E 0 1A E 5D 2C 4B
Octal 274 333 242 16 0 32 16 135 54 113
Binary 10111100 11011011 10100010 1110 0 11010 1110 1011101 101100 1001011

Color Harmonies of #BCDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBA2

Black with #BCDBA2

Text Example


Text Example

White with #BCDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBA2; }

 p { color: rgb(188,219,162); }

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

background-color css

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

 a { background-color: rgb(188,219,162); }

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

border-color css

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

 span { border-color: rgb(188,219,162); }

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