#BDFDCA

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

Shades of Granny Apple #BDFDCA

Tints of Granny Apple #BDFDCA

Color information

#BDFDCA (or 0xBDFDCA) is unknown color: approx Granny Apple. HEX triplet: BD, FD and CA. RGB value is (189,253,202). Sum of RGB (Red+Green+Blue) = 189+253+202=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDCA is #420235. Grayscale: #E4E4E4. Windows color (decimal): -4325942 or 13303229. OLE color: 13303229.

HSL color Cylindrical-coordinate representation of color #BDFDCA: hue angle of 132.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDCA is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB189253202-
CMYK0.2500.200.01
HSL132.19º94.12%86.67%-
HSV(B)132.19º25.3%99.22%-
XYZ66.7785.3368.83-
YUV228.05113.3100.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 253 (99.22% from 255) = 39.29%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=29.35%
G=39.29%
B=31.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532020.2500.200.01132.1994.1286.67
HexBDFDCA190141845e57
Octal275375312310241204136127
Binary1011110111111101110010101100101010011000010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDCA; }

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

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

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

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

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

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

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

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