#BDF3BE

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

Shades of Fringy Flower #BDF3BE

Tints of Fringy Flower #BDF3BE

Color information

#BDF3BE (or 0xBDF3BE) is unknown color: approx Fringy Flower. HEX triplet: BD, F3 and BE. RGB value is (189,243,190). Sum of RGB (Red+Green+Blue) = 189+243+190=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3BE is #420C41. Grayscale: #DCDCDC. Windows color (decimal): -4328514 or 12514237. OLE color: 12514237.

HSL color Cylindrical-coordinate representation of color #BDF3BE: hue angle of 121.11º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3BE is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB189243190-
CMYK0.2200.220.05
HSL121.11º69.23%84.71%-
HSV(B)121.11º22.22%95.29%-
XYZ62.3378.6460.61-
YUV220.81110.61105.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=30.39%
G=39.07%
B=30.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431900.2200.220.05121.1169.2384.71
HexBDF3BE160165794555
Octal275363276260265171105125
Binary10111101111100111011111010110010110101111100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3BE; }

 p { color: rgb(189,243,190); }

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

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

 a { background-color: rgb(189,243,190); }

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

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

 span { border-color: rgb(189,243,190); }

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