#BDF7C3

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

Shades of Granny Apple #BDF7C3

Tints of Granny Apple #BDF7C3

Color information

#BDF7C3 (or 0xBDF7C3) is unknown color: approx Granny Apple. HEX triplet: BD, F7 and C3. RGB value is (189,247,195). Sum of RGB (Red+Green+Blue) = 189+247+195=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C3 is #42083C. Grayscale: #DFDFDF. Windows color (decimal): -4327485 or 12842941. OLE color: 12842941.

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

Color convert

RGB189247195-
CMYK0.2300.210.03
HSL126.21º78.38%85.49%-
HSV(B)126.21º23.48%96.86%-
XYZ64.181.2863.94-
YUV223.73111.78103.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 247 (96.88% from 255) = 39.14%
BLUE value IS 195 (76.56% from 255) = 30.90%
R=29.95%
G=39.14%
B=30.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471950.2300.210.03126.2178.3885.49
HexBDF7C31701537e4e55
Octal275367303270253176116125
Binary1011110111110111110000111011101010111111111010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7C3; }

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

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

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

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

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

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

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

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