#BDF8D0

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

Shades of Granny Apple #BDF8D0

Tints of Granny Apple #BDF8D0

Color information

#BDF8D0 (or 0xBDF8D0) is unknown color: approx Granny Apple. HEX triplet: BD, F8 and D0. RGB value is (189,248,208). Sum of RGB (Red+Green+Blue) = 189+248+208=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8D0 is #42072F. Grayscale: #E1E1E1. Windows color (decimal): -4327216 or 13695165. OLE color: 13695165.

HSL color Cylindrical-coordinate representation of color #BDF8D0: hue angle of 139.32º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8D0 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB189248208-
CMYK0.2400.160.03
HSL139.32º80.82%85.69%-
HSV(B)139.32º23.79%97.25%-
XYZ65.9482.5172.12-
YUV225.8117.95101.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 248 (97.27% from 255) = 38.45%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=29.30%
G=38.45%
B=32.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892482080.2400.160.03139.3280.8285.69
HexBDF8D01801038b5156
Octal275370320300203213121126
Binary10111101111110001101000011000010000111000101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8D0; }

 p { color: rgb(189,248,208); }

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

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

 a { background-color: rgb(189,248,208); }

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

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

 span { border-color: rgb(189,248,208); }

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