Html Css Color HEX #BCCAAE Pixie Green

📋 copy color: '#BCCAAE'

red 188 ◦ green 202 ◦ blue 174

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

Shades of Pixie Green #BCCAAE

Tints of Pixie Green #BCCAAE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.82%

 BLUE value IS 174 (68.36% from 255) = 30.85%

R = 33.33%
G = 35.82%
B = 30.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#BCCAAE (or 0xBCCAAE) is known color: Pixie Green. HEX triplet: BC, CA and AE. RGB value is (188,202,174). Sum of RGB (Red+Green+Blue) = 188+202+174=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAAE is #433551. Grayscale: #C2C2C2. Windows color (decimal): -4404562 or 11455164. OLE color: 11455164.

HSL color Cylindrical-coordinate representation of color #BCCAAE: hue angle of 90º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCAAE is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 174 -
CMYK 0.07 0 0.14 0.21
HSL 90º 0.21% 0.74% -
HSV(B) 90º 0.14% 0.79% -
XYZ 49.5 55.99 48.24 -
YUV 194.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 188 202 174 0.07 0 0.14 0.21 90 0.21 0.74
Hex BC CA AE 7 0 E 15 5A 15 4A
Octal 274 312 256 7 0 16 25 132 25 112
Binary 10111100 11001010 10101110 111 0 1110 10101 1011010 10101 1001010

Color Harmonies of #BCCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAAE

Black with #BCCAAE

Text Example


Text Example

White with #BCCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAAE; }

 p { color: rgb(188,202,174); }

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

background-color css

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

 a { background-color: rgb(188,202,174); }

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

border-color css

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

 span { border-color: rgb(188,202,174); }

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