#BDECCA

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

Shades of Granny Apple #BDECCA

Tints of Granny Apple #BDECCA

Color information

#BDECCA (or 0xBDECCA) is unknown color: approx Granny Apple. HEX triplet: BD, EC and CA. RGB value is (189,236,202). Sum of RGB (Red+Green+Blue) = 189+236+202=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECCA is #421335. Grayscale: #DADADA. Windows color (decimal): -4330294 or 13298877. OLE color: 13298877.

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

Color convert

RGB189236202-
CMYK0.2000.140.07
HSL136.6º55.29%83.33%-
HSV(B)136.6º19.92%92.55%-
XYZ61.6475.0767.12-
YUV218.07118.93107.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=30.14%
G=37.64%
B=32.22%

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
Decimal1892362020.2000.140.07136.655.2983.33
HexBDECCA140E7893753
Octal27535431224016721167123
Binary1011110111101100110010101010001110111100010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECCA; }

 p { color: rgb(189,236,202); }

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

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

 a { background-color: rgb(189,236,202); }

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

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

 span { border-color: rgb(189,236,202); }

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