Html Css Color HEX #BCF9C7 Granny Apple

📋 copy color: '#BCF9C7'

red 188 ◦ green 249 ◦ blue 199

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

Shades of Granny Apple #BCF9C7

Tints of Granny Apple #BCF9C7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.15%

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

R = 29.56%
G = 39.15%
B = 31.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#BCF9C7 (or 0xBCF9C7) is known color: Granny Apple. HEX triplet: BC, F9 and C7. RGB value is (188,249,199). Sum of RGB (Red+Green+Blue) = 188+249+199=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9C7 is #430638. Grayscale: #E1E1E1. Windows color (decimal): -4392505 or 13105596. OLE color: 13105596.

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

Color convert

RGB 188 249 199 -
CMYK 0.24 0 0.20 0.02
HSL 130.82º 0.84% 0.86% -
HSV(B) 130.82º 0.24% 0.98% -
XYZ 64.92 82.57 66.55 -
YUV 225.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 188 249 199 0.24 0 0.20 0.02 130.82 0.84 0.86
Hex BC F9 C7 18 0 14 2 83 54 56
Octal 274 371 307 30 0 24 2 203 124 126
Binary 10111100 11111001 11000111 11000 0 10100 10 10000011 1010100 1010110

Color Harmonies of #BCF9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9C7

Black with #BCF9C7

Text Example


Text Example

White with #BCF9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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