#BDF5C2

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

Shades of Granny Apple #BDF5C2

Tints of Granny Apple #BDF5C2

Color information

#BDF5C2 (or 0xBDF5C2) is unknown color: approx Granny Apple. HEX triplet: BD, F5 and C2. RGB value is (189,245,194). Sum of RGB (Red+Green+Blue) = 189+245+194=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5C2 is #420A3D. Grayscale: #DEDEDE. Windows color (decimal): -4327998 or 12776893. OLE color: 12776893.

HSL color Cylindrical-coordinate representation of color #BDF5C2: hue angle of 125.36º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5C2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB189245194-
CMYK0.2300.210.04
HSL125.36º73.68%85.1%-
HSV(B)125.36º22.86%96.08%-
XYZ63.3880.0263.14-
YUV222.44111.95104.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 245 (96.09% from 255) = 39.01%
BLUE value IS 194 (76.17% from 255) = 30.89%
R=30.10%
G=39.01%
B=30.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451940.2300.210.04125.3673.6885.1
HexBDF5C21701547d4a55
Octal275365302270254175112125
Binary10111101111101011100001010111010101100111110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5C2; }

 p { color: rgb(189,245,194); }

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

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

 a { background-color: rgb(189,245,194); }

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

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

 span { border-color: rgb(189,245,194); }

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