#BDEEC8

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

Shades of Granny Apple #BDEEC8

Tints of Granny Apple #BDEEC8

Color information

#BDEEC8 (or 0xBDEEC8) is unknown color: approx Granny Apple. HEX triplet: BD, EE and C8. RGB value is (189,238,200). Sum of RGB (Red+Green+Blue) = 189+238+200=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC8 is #421137. Grayscale: #DBDBDB. Windows color (decimal): -4329784 or 13168317. OLE color: 13168317.

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

Color convert

RGB189238200-
CMYK0.2100.160.07
HSL133.47º59.04%83.73%-
HSV(B)133.47º20.59%93.33%-
XYZ61.9976.1466.07-
YUV219.02117.27106.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=30.14%
G=37.96%
B=31.90%

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
Decimal1892382000.2100.160.07133.4759.0483.73
HexBDEEC8150107853b54
Octal27535631025020720573124
Binary10111101111011101100100010101010000111100001011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEC8; }

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

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

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

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

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

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

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

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