Html Css Color HEX #BCFAD1 Granny Apple

📋 copy color: '#BCFAD1'

red 188 ◦ green 250 ◦ blue 209

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

Shades of Granny Apple #BCFAD1

Tints of Granny Apple #BCFAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.3%

R = 29.06%
G = 38.64%
B = 32.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BCFAD1 (or 0xBCFAD1) is known color: Granny Apple. HEX triplet: BC, FA and D1. RGB value is (188,250,209). Sum of RGB (Red+Green+Blue) = 188+250+209=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD1 is #43052E. Grayscale: #E2E2E2. Windows color (decimal): -4392239 or 13761212. OLE color: 13761212.

HSL color Cylindrical-coordinate representation of color #BCFAD1: hue angle of 140.32º 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 #BCFAD1 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 209 -
CMYK 0.25 0 0.16 0.02
HSL 140.32º 0.86% 0.86% -
HSV(B) 140.32º 0.25% 0.98% -
XYZ 66.43 83.67 72.97 -
YUV 226.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 188 250 209 0.25 0 0.16 0.02 140.32 0.86 0.86
Hex BC FA D1 19 0 10 2 8C 56 56
Octal 274 372 321 31 0 20 2 214 126 126
Binary 10111100 11111010 11010001 11001 0 10000 10 10001100 1010110 1010110

Color Harmonies of #BCFAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAD1

Black with #BCFAD1

Text Example


Text Example

White with #BCFAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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