Html Css Color HEX #BCFED2 Granny Apple

📋 copy color: '#BCFED2'

red 188 ◦ green 254 ◦ blue 210

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

Shades of Granny Apple #BCFED2

Tints of Granny Apple #BCFED2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.96%

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 28.83%
G = 38.96%
B = 32.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#BCFED2 (or 0xBCFED2) is known color: Granny Apple. HEX triplet: BC, FE and D2. RGB value is (188,254,210). Sum of RGB (Red+Green+Blue) = 188+254+210=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFED2 is #43012D. Grayscale: #E5E5E5. Windows color (decimal): -4391214 or 13827772. OLE color: 13827772.

HSL color Cylindrical-coordinate representation of color #BCFED2: hue angle of 140º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFED2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 210 -
CMYK 0.26 0 0.17 0.00
HSL 140º 0.97% 0.87% -
HSV(B) 140º 0.26% 1% -
XYZ 67.81 86.23 74.04 -
YUV 229.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 188 254 210 0.26 0 0.17 0.00 140 0.97 0.87
Hex BC FE D2 1A 0 11 0 8C 61 57
Octal 274 376 322 32 0 21 0 214 141 127
Binary 10111100 11111110 11010010 11010 0 10001 0 10001100 1100001 1010111

Color Harmonies of #BCFED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFED2

Black with #BCFED2

Text Example


Text Example

White with #BCFED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFED2; }

 p { color: rgb(188,254,210); }

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

background-color css

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

 a { background-color: rgb(188,254,210); }

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

border-color css

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

 span { border-color: rgb(188,254,210); }

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