#BDF7C7

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

Shades of Granny Apple #BDF7C7

Tints of Granny Apple #BDF7C7

Color information

#BDF7C7 (or 0xBDF7C7) is unknown color: approx Granny Apple. HEX triplet: BD, F7 and C7. RGB value is (189,247,199). Sum of RGB (Red+Green+Blue) = 189+247+199=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C7 is #420838. Grayscale: #E0E0E0. Windows color (decimal): -4327481 or 13105085. OLE color: 13105085.

HSL color Cylindrical-coordinate representation of color #BDF7C7: hue angle of 130.34º 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 #BDF7C7 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB189247199-
CMYK0.2300.190.03
HSL130.34º78.38%85.49%-
HSV(B)130.34º23.48%96.86%-
XYZ64.5681.4666.35-
YUV224.19113.78102.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 247 (96.88% from 255) = 38.90%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=29.76%
G=38.90%
B=31.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471990.2300.190.03130.3478.3885.49
HexBDF7C7170133824e55
Octal275367307270233202116125
Binary10111101111101111100011110111010011111000001010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7C7; }

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

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

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

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

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

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

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

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