#BDEEC9

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

Shades of Granny Apple #BDEEC9

Tints of Granny Apple #BDEEC9

Color information

#BDEEC9 (or 0xBDEEC9) is unknown color: approx Granny Apple. HEX triplet: BD, EE and C9. RGB value is (189,238,201). Sum of RGB (Red+Green+Blue) = 189+238+201=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC9 is #421136. Grayscale: #DBDBDB. Windows color (decimal): -4329783 or 13233853. OLE color: 13233853.

HSL color Cylindrical-coordinate representation of color #BDEEC9: hue angle of 134.69º 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 #BDEEC9 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB189238201-
CMYK0.2100.160.07
HSL134.69º59.04%83.73%-
HSV(B)134.69º20.59%93.33%-
XYZ62.176.1866.69-
YUV219.13117.77106.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=30.10%
G=37.90%
B=32.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382010.2100.160.07134.6959.0483.73
HexBDEEC9150107873b54
Octal27535631125020720773124
Binary10111101111011101100100110101010000111100001111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEC9; }

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

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

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

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

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

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

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

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