#BDEEC5

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

Shades of Granny Apple #BDEEC5

Tints of Granny Apple #BDEEC5

Color information

#BDEEC5 (or 0xBDEEC5) is unknown color: approx Granny Apple. HEX triplet: BD, EE and C5. RGB value is (189,238,197). Sum of RGB (Red+Green+Blue) = 189+238+197=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC5 is #42113A. Grayscale: #DADADA. Windows color (decimal): -4329787 or 12971709. OLE color: 12971709.

HSL color Cylindrical-coordinate representation of color #BDEEC5: hue angle of 129.8º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEC5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB189238197-
CMYK0.2100.170.07
HSL129.8º59.04%83.73%-
HSV(B)129.8º20.59%93.33%-
XYZ61.647664.24-
YUV218.68115.77106.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 197 (77.34% from 255) = 31.57%
R=30.29%
G=38.14%
B=31.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381970.2100.170.07129.859.0483.73
HexBDEEC5150117823b54
Octal27535630525021720273124
Binary10111101111011101100010110101010001111100000101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEC5; }

 p { color: rgb(189,238,197); }

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

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

 a { background-color: rgb(189,238,197); }

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

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

 span { border-color: rgb(189,238,197); }

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