#BDEEC4

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

Shades of Granny Apple #BDEEC4

Tints of Granny Apple #BDEEC4

Color information

#BDEEC4 (or 0xBDEEC4) is unknown color: approx Granny Apple. HEX triplet: BD, EE and C4. RGB value is (189,238,196). Sum of RGB (Red+Green+Blue) = 189+238+196=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC4 is #42113B. Grayscale: #DADADA. Windows color (decimal): -4329788 or 12906173. OLE color: 12906173.

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

Color convert

RGB189238196-
CMYK0.2100.180.07
HSL128.57º59.04%83.73%-
HSV(B)128.57º20.59%93.33%-
XYZ61.5275.9563.64-
YUV218.56115.27106.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=30.34%
G=38.20%
B=31.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892381960.2100.180.07128.5759.0483.73
HexBDEEC4150127813b54
Octal27535630425022720173124
Binary10111101111011101100010010101010010111100000011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEC4; }

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

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

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

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

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

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

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

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