#BDF2C4

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

Shades of Granny Apple #BDF2C4

Tints of Granny Apple #BDF2C4

Color information

#BDF2C4 (or 0xBDF2C4) is unknown color: approx Granny Apple. HEX triplet: BD, F2 and C4. RGB value is (189,242,196). Sum of RGB (Red+Green+Blue) = 189+242+196=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2C4 is #420D3B. Grayscale: #DDDDDD. Windows color (decimal): -4328764 or 12907197. OLE color: 12907197.

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

Color convert

RGB189242196-
CMYK0.2200.190.05
HSL127.92º67.09%84.51%-
HSV(B)127.92º21.9%94.9%-
XYZ62.778.3164.03-
YUV220.91113.94105.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=30.14%
G=38.60%
B=31.26%

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
Decimal1892421960.2200.190.05127.9267.0984.51
HexBDF2C4160135804355
Octal275362304260235200103125
Binary101111011111001011000100101100100111011000000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2C4; }

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

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

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

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

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

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

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

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