#BDF1C3

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

Shades of Granny Apple #BDF1C3

Tints of Granny Apple #BDF1C3

Color information

#BDF1C3 (or 0xBDF1C3) is unknown color: approx Granny Apple. HEX triplet: BD, F1 and C3. RGB value is (189,241,195). Sum of RGB (Red+Green+Blue) = 189+241+195=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1C3 is #420E3C. Grayscale: #DCDCDC. Windows color (decimal): -4329021 or 12841405. OLE color: 12841405.

HSL color Cylindrical-coordinate representation of color #BDF1C3: hue angle of 126.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1C3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB189241195-
CMYK0.2200.190.05
HSL126.92º65%84.31%-
HSV(B)126.92º21.58%94.51%-
XYZ62.2977.6763.34-
YUV220.21113.77105.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 195 (76.56% from 255) = 31.2%
R=30.24%
G=38.56%
B=31.2%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411950.2200.190.05126.926584.31
HexBDF1C31601357f4154
Octal275361303260235177101124
Binary10111101111100011100001110110010011101111111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1C3; }

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

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

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

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

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

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

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

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