#BDF7C5

Color #BDF7C5 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BDF7C5

Tints of Granny Apple #BDF7C5

Color information

#BDF7C5 (or 0xBDF7C5) is unknown color: approx Granny Apple. HEX triplet: BD, F7 and C5. RGB value is (189,247,197). Sum of RGB (Red+Green+Blue) = 189+247+197=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C5 is #42083A. Grayscale: #E0E0E0. Windows color (decimal): -4327483 or 12974013. OLE color: 12974013.

HSL color Cylindrical-coordinate representation of color #BDF7C5: hue angle of 128.28º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7C5 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB189247197-
CMYK0.2300.200.03
HSL128.28º78.38%85.49%-
HSV(B)128.28º23.48%96.86%-
XYZ64.3381.3765.14-
YUV223.96112.78103.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=29.86%
G=39.02%
B=31.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471970.2300.200.03128.2878.3885.49
HexBDF7C5170143804e55
Octal275367305270243200116125
Binary10111101111101111100010110111010100111000000010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7C5; }

 p { color: rgb(189,247,197); }

 H1.HeaderClassName
 {
   color: #BDF7C5;
 }
 .AnyTagClassName
 {
   color: #BDF7C5;
 }
</style>
background-color css

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

 a { background-color: rgb(189,247,197); }

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

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

 span { border-color: rgb(189,247,197); }

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