#BDF4C7

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

Shades of Granny Apple #BDF4C7

Tints of Granny Apple #BDF4C7

Color information

#BDF4C7 (or 0xBDF4C7) is unknown color: approx Granny Apple. HEX triplet: BD, F4 and C7. RGB value is (189,244,199). Sum of RGB (Red+Green+Blue) = 189+244+199=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4C7 is #420B38. Grayscale: #DEDEDE. Windows color (decimal): -4328249 or 13104317. OLE color: 13104317.

HSL color Cylindrical-coordinate representation of color #BDF4C7: hue angle of 130.91º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4C7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB189244199-
CMYK0.2300.180.04
HSL130.91º71.43%84.9%-
HSV(B)130.91º22.54%95.69%-
XYZ63.6579.6466.05-
YUV222.42114.78104.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 244 (95.70% from 255) = 38.61%
BLUE value IS 199 (78.12% from 255) = 31.49%
R=29.91%
G=38.61%
B=31.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892441990.2300.180.04130.9171.4384.9
HexBDF4C7170124834755
Octal275364307270224203107125
Binary101111011111010011000111101110100101001000001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4C7; }

 p { color: rgb(189,244,199); }

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

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

 a { background-color: rgb(189,244,199); }

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

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

 span { border-color: rgb(189,244,199); }

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