#BDFFCA

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

Shades of Granny Apple #BDFFCA

Tints of Granny Apple #BDFFCA

Color information

#BDFFCA (or 0xBDFFCA) is unknown color: approx Granny Apple. HEX triplet: BD, FF and CA. RGB value is (189,255,202). Sum of RGB (Red+Green+Blue) = 189+255+202=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFCA is #420035. Grayscale: #E5E5E5. Windows color (decimal): -4325430 or 13303741. OLE color: 13303741.

HSL color Cylindrical-coordinate representation of color #BDFFCA: hue angle of 131.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFCA is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB189255202-
CMYK0.2600.210
HSL131.82º100%87.06%-
HSV(B)131.82º25.88%100%-
XYZ67.4186.669.04-
YUV229.22112.6399.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=29.26%
G=39.47%
B=31.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552020.2600.210131.8210087.06
HexBDFFCA1A0150846457
Octal275377312320250204144127
Binary1011110111111111110010101101001010101000010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFCA; }

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

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

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

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

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

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

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

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