Html Css Color HEX #BCFEC4 Granny Apple

📋 copy color: '#BCFEC4'

red 188 ◦ green 254 ◦ blue 196

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

Shades of Granny Apple #BCFEC4

Tints of Granny Apple #BCFEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.72%

R = 29.47%
G = 39.81%
B = 30.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#BCFEC4 (or 0xBCFEC4) is known color: Granny Apple. HEX triplet: BC, FE and C4. RGB value is (188,254,196). Sum of RGB (Red+Green+Blue) = 188+254+196=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC4 is #43013B. Grayscale: #E3E3E3. Windows color (decimal): -4391228 or 12910268. OLE color: 12910268.

HSL color Cylindrical-coordinate representation of color #BCFEC4: hue angle of 127.27º 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 #BCFEC4 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 196 -
CMYK 0.26 0 0.23 0.00
HSL 127.27º 0.97% 0.87% -
HSV(B) 127.27º 0.26% 1% -
XYZ 66.14 85.56 65.25 -
YUV 227.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 188 254 196 0.26 0 0.23 0.00 127.27 0.97 0.87
Hex BC FE C4 1A 0 17 0 7F 61 57
Octal 274 376 304 32 0 27 0 177 141 127
Binary 10111100 11111110 11000100 11010 0 10111 0 1111111 1100001 1010111

Color Harmonies of #BCFEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEC4

Black with #BCFEC4

Text Example


Text Example

White with #BCFEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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