Html Css Color HEX #BCFECA Granny Apple

📋 copy color: '#BCFECA'

red 188 ◦ green 254 ◦ blue 202

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

Shades of Granny Apple #BCFECA

Tints of Granny Apple #BCFECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.37%

R = 29.19%
G = 39.44%
B = 31.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#BCFECA (or 0xBCFECA) is known color: Granny Apple. HEX triplet: BC, FE and CA. RGB value is (188,254,202). Sum of RGB (Red+Green+Blue) = 188+254+202=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFECA is #430135. Grayscale: #E4E4E4. Windows color (decimal): -4391222 or 13303484. OLE color: 13303484.

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

Color convert

RGB 188 254 202 -
CMYK 0.26 0 0.20 0.00
HSL 132.73º 0.97% 0.87% -
HSV(B) 132.73º 0.26% 1% -
XYZ 66.84 85.84 68.92 -
YUV 228.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 188 254 202 0.26 0 0.20 0.00 132.73 0.97 0.87
Hex BC FE CA 1A 0 14 0 85 61 57
Octal 274 376 312 32 0 24 0 205 141 127
Binary 10111100 11111110 11001010 11010 0 10100 0 10000101 1100001 1010111

Color Harmonies of #BCFECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFECA

Black with #BCFECA

Text Example


Text Example

White with #BCFECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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