#BDF9C7

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

Shades of Granny Apple #BDF9C7

Tints of Granny Apple #BDF9C7

Color information

#BDF9C7 (or 0xBDF9C7) is unknown color: approx Granny Apple. HEX triplet: BD, F9 and C7. RGB value is (189,249,199). Sum of RGB (Red+Green+Blue) = 189+249+199=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9C7 is #420638. Grayscale: #E1E1E1. Windows color (decimal): -4326969 or 13105597. OLE color: 13105597.

HSL color Cylindrical-coordinate representation of color #BDF9C7: hue angle of 130º degrees, saturation: 0.83, 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 #BDF9C7 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB189249199-
CMYK0.2400.200.02
HSL130º83.33%85.88%-
HSV(B)130º24.1%97.65%-
XYZ65.1782.6966.56-
YUV225.36113.12102.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 199 (78.12% from 255) = 31.24%
R=29.67%
G=39.09%
B=31.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491990.2400.200.0213083.3385.88
HexBDF9C7180142825356
Octal275371307300242202123126
Binary10111101111110011100011111000010100101000001010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9C7; }

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

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

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

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

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

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

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

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