Html Css Color HEX #BCFEC7 Granny Apple

📋 copy color: '#BCFEC7'

red 188 ◦ green 254 ◦ blue 199

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

Shades of Granny Apple #BCFEC7

Tints of Granny Apple #BCFEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.05%

R = 29.33%
G = 39.63%
B = 31.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#BCFEC7 (or 0xBCFEC7) is known color: Granny Apple. HEX triplet: BC, FE and C7. RGB value is (188,254,199). Sum of RGB (Red+Green+Blue) = 188+254+199=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC7 is #430138. Grayscale: #E4E4E4. Windows color (decimal): -4391225 or 13106876. OLE color: 13106876.

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

Color convert

RGB 188 254 199 -
CMYK 0.26 0 0.22 0.00
HSL 130º 0.97% 0.87% -
HSV(B) 130º 0.26% 1% -
XYZ 66.49 85.7 67.07 -
YUV 228 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 188 254 199 0.26 0 0.22 0.00 130 0.97 0.87
Hex BC FE C7 1A 0 16 0 82 61 57
Octal 274 376 307 32 0 26 0 202 141 127
Binary 10111100 11111110 11000111 11010 0 10110 0 10000010 1100001 1010111

Color Harmonies of #BCFEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEC7

Black with #BCFEC7

Text Example


Text Example

White with #BCFEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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