#BDF2C3

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

Shades of Granny Apple #BDF2C3

Tints of Granny Apple #BDF2C3

Color information

#BDF2C3 (or 0xBDF2C3) is unknown color: approx Granny Apple. HEX triplet: BD, F2 and C3. RGB value is (189,242,195). Sum of RGB (Red+Green+Blue) = 189+242+195=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2C3 is #420D3C. Grayscale: #DCDCDC. Windows color (decimal): -4328765 or 12841661. OLE color: 12841661.

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

Color convert

RGB189242195-
CMYK0.2200.190.05
HSL126.79º67.09%84.51%-
HSV(B)126.79º21.9%94.9%-
XYZ62.5978.2663.44-
YUV220.8113.44105.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 242 (94.92% from 255) = 38.66%
BLUE value IS 195 (76.56% from 255) = 31.15%
R=30.19%
G=38.66%
B=31.15%

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
Decimal1892421950.2200.190.05126.7967.0984.51
HexBDF2C31601357f4355
Octal275362303260235177103125
Binary10111101111100101100001110110010011101111111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2C3; }

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

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

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

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

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

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

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

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