#BBEDCD

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

Shades of Granny Apple #BBEDCD

Tints of Granny Apple #BBEDCD

Color information

#BBEDCD (or 0xBBEDCD) is unknown color: approx Granny Apple. HEX triplet: BB, ED and CD. RGB value is (187,237,205). Sum of RGB (Red+Green+Blue) = 187+237+205=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCD is #441232. Grayscale: #DADADA. Windows color (decimal): -4461107 or 13495739. OLE color: 13495739.

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

Color convert

RGB187237205-
CMYK0.2100.140.07
HSL141.6º58.14%83.14%-
HSV(B)141.6º21.1%92.94%-
XYZ61.875.5469.08-
YUV218.4120.44105.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=29.73%
G=37.68%
B=32.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872372050.2100.140.07141.658.1483.14
HexBBEDCD150E78e3a53
Octal27335531525016721672123
Binary1011101111101101110011011010101110111100011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDCD; }

 p { color: rgb(187,237,205); }

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

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

 a { background-color: rgb(187,237,205); }

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

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

 span { border-color: rgb(187,237,205); }

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