#BDF0C5

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

Shades of Granny Apple #BDF0C5

Tints of Granny Apple #BDF0C5

Color information

#BDF0C5 (or 0xBDF0C5) is unknown color: approx Granny Apple. HEX triplet: BD, F0 and C5. RGB value is (189,240,197). Sum of RGB (Red+Green+Blue) = 189+240+197=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C5 is #420F3A. Grayscale: #DBDBDB. Windows color (decimal): -4329275 or 12972221. OLE color: 12972221.

HSL color Cylindrical-coordinate representation of color #BDF0C5: hue angle of 129.41º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0C5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB189240197-
CMYK0.2100.180.06
HSL129.41º62.96%84.12%-
HSV(B)129.41º21.25%94.12%-
XYZ62.2277.1764.44-
YUV219.85115.1106-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 240 (94.14% from 255) = 38.34%
BLUE value IS 197 (77.34% from 255) = 31.47%
R=30.19%
G=38.34%
B=31.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401970.2100.180.06129.4162.9684.12
HexBDF0C5150126813f54
Octal27536030525022620177124
Binary10111101111100001100010110101010010110100000011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0C5; }

 p { color: rgb(189,240,197); }

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

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

 a { background-color: rgb(189,240,197); }

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

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

 span { border-color: rgb(189,240,197); }

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