#BDF0BF

Color #BDF0BF Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BDF0BF

Tints of Fringy Flower #BDF0BF

Color information

#BDF0BF (or 0xBDF0BF) is unknown color: approx Fringy Flower. HEX triplet: BD, F0 and BF. RGB value is (189,240,191). Sum of RGB (Red+Green+Blue) = 189+240+191=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BF is #420F40. Grayscale: #DBDBDB. Windows color (decimal): -4329281 or 12579005. OLE color: 12579005.

HSL color Cylindrical-coordinate representation of color #BDF0BF: hue angle of 122.35º 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 #BDF0BF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB189240191-
CMYK0.2100.200.06
HSL122.35º62.96%84.12%-
HSV(B)122.35º21.25%94.12%-
XYZ61.5576.960.89-
YUV219.16112.1106.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 240 (94.14% from 255) = 38.71%
BLUE value IS 191 (75% from 255) = 30.81%
R=30.48%
G=38.71%
B=30.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401910.2100.200.06122.3562.9684.12
HexBDF0BF1501467a3f54
Octal27536027725024617277124
Binary1011110111110000101111111010101010011011110101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0BF; }

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

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

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

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

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

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

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

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