#BDFDD2

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

Shades of Granny Apple #BDFDD2

Tints of Granny Apple #BDFDD2

Color information

#BDFDD2 (or 0xBDFDD2) is unknown color: approx Granny Apple. HEX triplet: BD, FD and D2. RGB value is (189,253,210). Sum of RGB (Red+Green+Blue) = 189+253+210=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD2 is #42022D. Grayscale: #E5E5E5. Windows color (decimal): -4325934 or 13827517. OLE color: 13827517.

HSL color Cylindrical-coordinate representation of color #BDFDD2: hue angle of 139.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDD2 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB189253210-
CMYK0.2500.170.01
HSL139.69º94.12%86.67%-
HSV(B)139.69º25.3%99.22%-
XYZ67.7485.7273.95-
YUV228.96117.399.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 210 (82.42% from 255) = 32.21%
R=28.99%
G=38.80%
B=32.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532100.2500.170.01139.6994.1286.67
HexBDFDD21901118c5e57
Octal275375322310211214136127
Binary1011110111111101110100101100101000111000110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDD2; }

 p { color: rgb(189,253,210); }

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

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

 a { background-color: rgb(189,253,210); }

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

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

 span { border-color: rgb(189,253,210); }

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