Html Css Color HEX #BCFACA Granny Apple

📋 copy color: '#BCFACA'

red 188 ◦ green 250 ◦ blue 202

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

Shades of Granny Apple #BCFACA

Tints of Granny Apple #BCFACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.06%

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

R = 29.38%
G = 39.06%
B = 31.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BCFACA (or 0xBCFACA) is known color: Granny Apple. HEX triplet: BC, FA and CA. RGB value is (188,250,202). Sum of RGB (Red+Green+Blue) = 188+250+202=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFACA is #430535. Grayscale: #E2E2E2. Windows color (decimal): -4392246 or 13302460. OLE color: 13302460.

HSL color Cylindrical-coordinate representation of color #BCFACA: hue angle of 133.55º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFACA is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 202 -
CMYK 0.25 0 0.19 0.02
HSL 133.55º 0.86% 0.86% -
HSV(B) 133.55º 0.25% 0.98% -
XYZ 65.59 83.33 68.5 -
YUV 225.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 188 250 202 0.25 0 0.19 0.02 133.55 0.86 0.86
Hex BC FA CA 19 0 13 2 86 56 56
Octal 274 372 312 31 0 23 2 206 126 126
Binary 10111100 11111010 11001010 11001 0 10011 10 10000110 1010110 1010110

Color Harmonies of #BCFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFACA

Black with #BCFACA

Text Example


Text Example

White with #BCFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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