Html Css Color HEX #BCFAD0 Granny Apple

📋 copy color: '#BCFAD0'

red 188 ◦ green 250 ◦ blue 208

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

Shades of Granny Apple #BCFAD0

Tints of Granny Apple #BCFAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.2%

R = 29.1%
G = 38.7%
B = 32.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#BCFAD0 (or 0xBCFAD0) is known color: Granny Apple. HEX triplet: BC, FA and D0. RGB value is (188,250,208). Sum of RGB (Red+Green+Blue) = 188+250+208=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD0 is #43052F. Grayscale: #E2E2E2. Windows color (decimal): -4392240 or 13695676. OLE color: 13695676.

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

Color convert

RGB 188 250 208 -
CMYK 0.25 0 0.17 0.02
HSL 139.35º 0.86% 0.86% -
HSV(B) 139.35º 0.25% 0.98% -
XYZ 66.31 83.62 72.32 -
YUV 226.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 188 250 208 0.25 0 0.17 0.02 139.35 0.86 0.86
Hex BC FA D0 19 0 11 2 8B 56 56
Octal 274 372 320 31 0 21 2 213 126 126
Binary 10111100 11111010 11010000 11001 0 10001 10 10001011 1010110 1010110

Color Harmonies of #BCFAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAD0

Black with #BCFAD0

Text Example


Text Example

White with #BCFAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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