#BDEECE

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

Shades of Granny Apple #BDEECE

Tints of Granny Apple #BDEECE

Color information

#BDEECE (or 0xBDEECE) is unknown color: approx Granny Apple. HEX triplet: BD, EE and CE. RGB value is (189,238,206). Sum of RGB (Red+Green+Blue) = 189+238+206=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEECE is #421131. Grayscale: #DBDBDB. Windows color (decimal): -4329778 or 13561533. OLE color: 13561533.

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

Color convert

RGB189238206-
CMYK0.2100.130.07
HSL140.82º59.04%83.73%-
HSV(B)140.82º20.59%93.33%-
XYZ62.776.4269.84-
YUV219.7120.27106.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=29.86%
G=37.60%
B=32.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382060.2100.130.07140.8259.0483.73
HexBDEECE150D78d3b54
Octal27535631625015721573124
Binary1011110111101110110011101010101101111100011011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEECE; }

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

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

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

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

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

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

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

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