#BDEDCB

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

Shades of Granny Apple #BDEDCB

Tints of Granny Apple #BDEDCB

Color information

#BDEDCB (or 0xBDEDCB) is unknown color: approx Granny Apple. HEX triplet: BD, ED and CB. RGB value is (189,237,203). Sum of RGB (Red+Green+Blue) = 189+237+203=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDCB is #421234. Grayscale: #DADADA. Windows color (decimal): -4330037 or 13364669. OLE color: 13364669.

HSL color Cylindrical-coordinate representation of color #BDEDCB: hue angle of 137.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDCB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB189237203-
CMYK0.2000.140.07
HSL137.5º57.14%83.53%-
HSV(B)137.5º20.25%92.94%-
XYZ62.0575.767.84-
YUV218.77119.1106.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=30.05%
G=37.68%
B=32.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372030.2000.140.07137.557.1483.53
HexBDEDCB140E78a3954
Octal27535531324016721271124
Binary1011110111101101110010111010001110111100010101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDCB; }

 p { color: rgb(189,237,203); }

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

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

 a { background-color: rgb(189,237,203); }

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

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

 span { border-color: rgb(189,237,203); }

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