#BDF9C2

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

Shades of Granny Apple #BDF9C2

Tints of Granny Apple #BDF9C2

Color information

#BDF9C2 (or 0xBDF9C2) is unknown color: approx Granny Apple. HEX triplet: BD, F9 and C2. RGB value is (189,249,194). Sum of RGB (Red+Green+Blue) = 189+249+194=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9C2 is #42063D. Grayscale: #E0E0E0. Windows color (decimal): -4326974 or 12777917. OLE color: 12777917.

HSL color Cylindrical-coordinate representation of color #BDF9C2: hue angle of 125º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9C2 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB189249194-
CMYK0.2400.220.02
HSL125º83.33%85.88%-
HSV(B)125º24.1%97.65%-
XYZ64.682.4763.55-
YUV224.79110.62102.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 194 (76.17% from 255) = 30.70%
R=29.91%
G=39.40%
B=30.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491940.2400.220.0212583.3385.88
HexBDF9C21801627d5356
Octal275371302300262175123126
Binary1011110111111001110000101100001011010111110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9C2; }

 p { color: rgb(189,249,194); }

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

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

 a { background-color: rgb(189,249,194); }

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

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

 span { border-color: rgb(189,249,194); }

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